monte
monte copied to clipboard
A dynamic language inspired by Python and E.
If I wanted to implement a priority system for the turn queue, or other arbitrary behavior, would that be possible?
the railroad diagrams are not left-factored; I'm not even sure they're unambiguous. But I'd like to cook up a way to check them against all the monte files we have....
@erights asked me how hard it would it be to compile Monte to wasm. I said the [anf branch](https://github.com/monte-language/typhon/tree/anf) looks like the hard part is done, though the issue of...
While typhon is cool, web browser deployment is important, if not essential, for many of the ways I want to use monte. design sketch: source-to-source translation using one of the...
it should be in a Makefile or https://github.com/monte-language/monte/blob/master/docs/source/tools.rst or something.
``` I feel like we need a space for documenting POLA maybe-not-safe-but-nobody-has-really-shown-a-good-PoC stuff. PoC = proof of concept? Yeah. Stuff like .fetch/2 on Maps. oh. yes, the risk around .fetch/2...
following... [An Introduction to Redex with Abstracting Abstract Machines (v0.5)](https://dvanhorn.github.io/redex-aam-tutorial/) David Van Horn [email protected] Last updated: Thursday, March 17th, 2016
When we re-indent stuff, it makes spurious diffs. I'd like to add something to tell emacs to be consistent with Corbin.
the snapshot / diverge blurb is an awkward fit for the section on list syntax. It belongs closer to Final, Var, and DeepFrozen. (reported by uczy)