coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Clément Pit-Claudel <cpitclaudel AT gmail.com>
- To: Coq Club <coq-club AT inria.fr>
- Subject: [Coq-Club] PLV has a new blog!
- Date: Sun, 5 Jul 2020 11:50:15 -0400
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=cpitclaudel AT gmail.com; spf=Pass smtp.mailfrom=cpitclaudel AT gmail.com; spf=None smtp.helo=postmaster AT mail-qk1-f174.google.com
- Ironport-phdr: 9a23:/hOwshUUxjWu+SxSbBznDCRl+TLV8LGtZVwlr6E/grcLSJyIuqrYZRSCv6dThVPEFb/W9+hDw7KP9fy5BypZuN3f7ThCKMUKC0ZYz51O3kQJO42sMQXDNvnkbig3ToxpdWRO2DWFC3VTA9v0fFbIo3e/vnY4ExT7MhdpdKyuQtaBx8u42Pqv9JLNfg5GmCSyYa9oLBWxsA7dqtQajZFtJ6osyxbFuGZEd/lZyW5pJV+YghLw6tut8JJ5/ClcpvIs+9RcXanmeqgzUKBVAikhP20p/sPgqAPNTRGI5nsSU2UWlgRHDg3Y5xzkXZn/rzX3uPNl1CaVIcP5Q7Y0WS+/76hwUx/nlD0HNz8i/27JjMF7kb9Wrwigpxx7xI7UfZ2VOf9jda7TYd8WWWxMVdtKWidfHo2zcZcAD+sZPeZZsYb9oUcOrQCjDgWoHe/j1yNEimPz0aA8zu8vExzJ3BY4EtwOrXrastb7OqkcXu+60KbGwi7Ob+9V1Drn9ITEbh4srPOKULltccTR004vFwbdg1iOrYziJTaV2foLs2iH9+VuT+Ovi3I+pwxvpjig3NoshZTXiYIR11vJ8jl2wJ40Jd2kVEF7ZcSrEIZNuC6EM4t7WcwiQ2RytyY7zr0Ko4K0fC8PyJk+wRPUdvOIfZSS7B35SOaRPSl3hGhjeL+nmRq8/1SsxOLzWMSpzVtGsi5In9bOu30P1RHf9NSLR+Zy80u8xzqC0w7e5v9LLE00iafWNoAtz6Iym5cOvkrPACn7k1j4gq+Rc0Ur4Omo6+L/b7r7p5+cLJN7igbjMqQ0gcywH/40MgcUX2ic5OS8zKXv/Uj4QLVWlPE5jLTWsI3cKM8GpaC5GxdY3pg/5xu7FTur09QVkWMZIF5bZh6LlZXlNlPBLfzgE/uygkignCpuyvzbPbDsDZDAI3fenLriYbpw7k9RxQstwt1d4p9UBKwNL+/oVUL0qdDXEwE2PBaxzuvnFdl92JkRVGeBD6CCNK7fsFmF7f81LeaWfo8aojP9JuAl5/HwiX85nkcQfayz0psWbHC0B+1mI0aEbXb1jNcNDGUHswUkQOzlj12CVjFTZ3KsUK4m+j47D4emAZ/CRoCrnrOBwD+2EoNKam1CEFyBEnfle5+aV/sSdi6eONJtnz4LWLS5To8uzxCutAv0y7p9KerU/zUVuo771Nh0++3ciRUy+iZpD8uAzW6NS3p5nmwNRzAs3aB/pVZxxUuE0ah9m/BYD8Bc5+tVUgcmMp7R1/B1C9frWg7YYtiJTEumTc69DDEqTtMxxscObFxnF9WjiBDDxSuqDKUPm7yFHpxnup7bilP2Po5Wz2vMnP0qiEBjSc9SP0WngLR+/k7dHdiavV+ekvOBcSUZ0SjRw1+C0S+luEhFXAN0GfHORXEDbU/fsNj04mvNSravDfIsNQ4Xmp3KEbdDdtC81QYOf/zkItmLJjvpwz7sVybN/auFac/RQ0tYxD/UURFWnAUa/HLAPg87VH/48jDuSQd2HFeqWHvCtOx3qXe1VEgxlljYYEho1r7z8RkQ16XFFqEjm4kcsSJkkA1aWVaw29WMVYiFrgtlObxfOJYzuQgbk23esAN5M9qrKKUw3lM=
(cross-post from https://coq.discourse.group/t/plv-has-a-new-blog/925;
consider following up there)
Hi all,
We just launched our new blog at https://plv.csail.mit.edu/blog/! Multiple
members of our lab were looking for an informal way to share research
updates, Coq tips, tutorials, and new ideas, so we set one up.
We're launching with a few posts already, plus a small intro page at
https://plv.csail.mit.edu/blog/pages/how-to.html:
- Some Coq tips:
* How to write a type-safe unwrap (aka fromJust): Tips and tricks for
writing functions that take proofs as arguments.
https://plv.csail.mit.edu/blog/unwrapping-options.html
* Computing with opaque proofs: Computations with dependent types often get
stuck on rewrites that use opaque lemmas. When the corresponding equality is
decidable, these lemmas don't need to be made transparent to unblock
computation.
https://plv.csail.mit.edu/blog/computing-with-opaque-proofs.html
- One experience report about preparing a talk for a virtual conference,
since multiple people at PLDI asked us about our closed captions:
* Recording and editing a talk for an online conference: A step-by-step
guide on using guvcview, ffmpeg, and aegisub to assemble a talk video.
https://plv.csail.mit.edu/blog/recording-a-conference-talk.html
- … and one tutorial, a guest post (!) written by Tej:
* A brief introduction to Iris: Introduction to concurrency reasoning in
the Iris framework, using a bank as an example program.
https://plv.csail.mit.edu/blog/iris-intro.html
Happy reading! And please get in touch if you'd like to write a guest post
or follow up on one of the things we wrote :)
Clément.
PS: We're also using this blog to try out a new toolkit that I wrote over the
last year to facilitate authoring and browsing Coq-heavy documents (I talked
about it to some of you in the past). I'll write more about this soon, but
I'm hoping to submit a short paper about it in the near future, so a proper
announcement and public release will have to wait until the paper is out of
review. In the meantime, if you're interested and would like to read a draft
or get access to the repo, please send me an email or catch me at the Coq
workshop!
- [Coq-Club] PLV has a new blog!, Clément Pit-Claudel, 07/05/2020
Archive powered by MHonArc 2.6.19+.