6 ms·
Shameless Self Promotion. Here are two version of the LISP interpreter in JavaScript that I wrote: 1. Direct port of Peter Norvig's version in Python: https:/
by sinamdar 15y ago
Shameless Self Promotion. Here are two version of the LISP interpreter in JavaScript that I wrote:
1. Direct port of Peter Norvig's version in Python:
https://bitbucket.org/sainamdar/lisp2js/ https://bitbucket.org/sainamdar/lisp2js/
2. Separate Syntactic Analysis from Execution:
https://bitbucket.org/sainamdar/lisp2js2/ https://bitbucket.org/sainamdar/lisp2js2/