mattbierner / atum

Javascript Interpreter in Functional-Style Javascript
MIT License
19 stars 2 forks source link

Language Functions Should Take Source Instead of Computation #152

Closed mattbierner closed 11 years ago

mattbierner commented 11 years ago

Language functions should be constructed using an AST instead of the computation representing the AST. The actual computation should be calculated and memorized.

This will allow serializing language functions.