5 ms·
It seems pretty neat, certainly a cool senior thesis! One suggestion if you take this further is to add a "dictionary" or "hash table" type. For practical prog
by jphackworth 15y ago
It seems pretty neat, certainly a cool senior thesis!
One suggestion if you take this further is to add a "dictionary" or "hash table" type. For practical programming problems, that is pretty necessary.
But a really neat project - it's cool to see a functional programming take on the CoffeeScript-style compiling-to-javascript.
- mhitza 15y agoHave you seen Roy ? http://roy.brianmckenna.org/ http://roy.brianmckenna.org/
- wheatBread 15y agoThank you! Dictionaries and Sets are high on the ever growing list of extremely important libraries :) Also, it compiles to HTML, CSS, and JS. Not just JS!