Hacker News new | ask | show | jobs
SHOW HN: (How to Write a (Lisp) Interpreter (in Javascript)) (bitbucket.org)
3 points by sinamdar 5490 days ago
Here is a LISP interpreter in Javascript based on Peter Norvig's interpreter in Python. All constructive criticism is welcome.
1 comments

Here is LISP interpreter in Javascript based on Peter Norvig's interpreter in Python. All constructive criticism is welcome!