Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Invitation to join the Codewars Coq community

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Invitation to join the Codewars Coq community


Chronological Thread 
  • From: Vincent <vincent.siles AT gmail.com>
  • To: Coq-Club Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Invitation to join the Codewars Coq community
  • Date: Fri, 28 Jun 2019 11:15:04 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=vincent.siles AT gmail.com; spf=Pass smtp.mailfrom=vincent.siles AT gmail.com; spf=None smtp.helo=postmaster AT mail-io1-f53.google.com
  • Ironport-phdr: 9a23:txInfhefPmbVGFXuv2s8pjtUlGMj4u6mDksu8pMizoh2WeGdxcS/Yx7h7PlgxGXEQZ/co6odzbaP6ea6ASdZut7B6ClELMUVEUddyI0/pE8JOIa9E0r1LfrnPWQRPf9pcxtbxUy9KlVfA83kZlff8TWY5D8WHQjjZ0IufrymUoHdgN6q2O+s5pbdfxtHhCanYbN1MR66sRjdutMZjId/NKo90AXFrmdHd+hLy25jOFafkwrh6suq85Nv7jlct+g9+8JcVKnxYrg1Q6FfADk6KW4++dfltQPETQuB53scVnsZnx9VCAXb7x/0Q4n8vDLiuuVyxCeVM8v2TaspWTu59KdkVAXoiCYcODEn9mzcl9F9g7haoBKloBx/3pLUbYSIP/dwYq/RYdUXTndaU81PSyJOHJ+zb4oXD+oAI+lYqZX9p0ATphe6HAWgGf/jxiNNinLwwKY00fkuERve0QMvEdIBsnTaotv2OqkPT+660LLFwi/fY/5Mwzrx9JTEfxInrPqRXbxwa83RyUw3GgzKj1WQr5DqMC2T1uQRrmOW6PRgVeOpi2E7tQ5xpCSvyt03ionIgoIa1EvE+D52wIYwP9K4SUp7bcS4H5tXsiGXLo17Sd4sTWFvvSY10LwGuZijcSgFyZQn2wLfZOKdc4SS4xLjUf6dLit/hH14Zr2+iQy98VK7yuHmSsa011NKoyxYmdfPrnAAzwLf5tSDR/dn/Uqs2SyD2x3S5+xFO0w5laTWJpg8ybAqjJUTq17MHirulUX2kqCWckIk9/Ct6+v9Y7XmooaQN45zig3jK6gulMyyDOoiPggBWGib/uu81Ln98kHjXLpKifg2nrHYsJDcO8sbura0DxFJ3osn8RqyDDer3M4FkXQGLV9JYhKKgobxN1HLOv/4DPO/g1q2kDdswvDLJqPhApTLLnffjrjhe6p951RHyAoyydBQ+YlUB6oOIPL2QEDxtdjYAgUlPAyzxubrEM992Z8GWWKTHq+ZN7vfvkOP5uI2OuWDeIsVuCvmJPU+/P7vjXo5mUcHcqWz3JsXbmq4HvV8LEmDb3rsmIRJLWBflQ0nCcfulVfKejpObT7mVKUlozo/FYiODIHZR4nrjqbXjwmhGZgDWGFAAV2KDT+8aYSCUPoKdGSJI8tsiRQLULGgT8kq0hT451yy8KZuMueBon5QjpnkztUgorSLzUhjpwwxNNyU1iS2d08xm2oJQzEs26Um+B5yz16C1e5zhPkKTIUOtcMMaR8zMNvn98I/C932XVicLNKASVLjQ9L/RD9sFZQ+xNgBZ0s7ENKn3Eiag3iaRoQNnrnOP6Qat7rG1iGodcl4wnfCkqImigt+Tw==

I'll definitely try lia ! I tried with the Require Import but got an error. Maybe it was disable for this particular (very simple) exercise. Will try again :)

Le ven. 28 juin 2019 à 10:57, Théo Zimmermann <theo.zimmi AT gmail.com> a écrit :
Hi Vincent,

"omega" is available actually: you just need to import it "Require
Import Omega."
Most people nowadays use "lia" though since "omega" is about to be
deprecated in favor of "lia". (Using "lia" requires you to "Require
Import Lia.")

Théo

Le ven. 28 juin 2019 à 10:47, Vincent Siles
<vincent.siles AT ens-lyon.org> a écrit :
>
> I played a bit with it this morning, it's nice. I have the same remark as Agnishom plus a minor one: could Omega be available ? That would be helpful to discharge some annoying arithmetic proofs :D
>
> Le ven. 28 juin 2019 à 10:30, Agnishom Chattopadhyay <agnishom AT cmi.ac.in> a écrit :
>>
>> This is great. Somewhat similar to Proof Ground and Proving for Fun.
>>
>> It is actually quiet difficult to work with the web interface since it does not provide the interactive Coq environment. So maybe we can have a Coq IDE or links for downloading the ``Preloaded" files?
>>
>> --Agnishom
>>
>> On Fri, Jun 28, 2019 at 7:13 AM Donald Leung <i.donaldl AT me.com> wrote:
>>>
>>> I hereby write to you to invite you to sign up for an account on Codewars: https://www.codewars.com
>>>
>>> Codewars is a training platform where programmers of all disciplines train on code challenges called Kata in order to improve their programming skills. The Coq proof assistant was recently added to Codewars (approx. April 2019) and there are currently insufficient Coq users to push newly authored Coq challenges out of the Beta (testing) phase; therefore, it would be an honor to have a seasoned Coq user like you on Codewars to test them out and contribute more interesting Coq challenges to the community.
>>>
>>> Should you choose to create an account on Codewars, you are also welcome to ask any questions about the Codewars platform in general or simply chat with other Codewarriors via our Gitter channel: https://gitter.im/Codewars/codewars.com
>>>
>>> Yours sincerely,
>>> Donald Sebastian Leung
>>> A Year 2 CSE undergraduate at The Hong Kong University of Science and Technology



Archive powered by MHonArc 2.6.18.

Top of Page