Thread
Stories related to "Elsa: a lightweight proof-checker" across the full archive.
There's no "agda" or "plt" tags, so the above will do. This is an interesting pre-print on working with safe DSLs and the like in Agda. It looks neat, but I'll have to dive into it more later.
The abstract:
> Syntaxes with binding are omnipresent in Programming Languages research but also in...
Proofs as Cryptography: a new interpretation of Curry-Howard for software certificates
(hal-ens.archives-ouvertes.fr)
In-depth article about using [sweet.js](https://github.com/mozilla/sweet.js), a macro library for Javascript.
LnQ: Building High Performance Dynamic Binary Translators with Existing Compiler Backends
(people.cs.nctu.edu.tw)
This isn't available yet, but was discussed at @Scale, https://code.facebook.com/atscale:
> At Facebook, we're writing more and more JavaScript every day. The code we write not only exploits the full flexibility and expressiveness offered by the language, but it also demands strong assurances of ...