Lisp in JavaScript
I wanted to get a feel for just how powerful JavaScript is as a programming language (as opposed to just a scripting language), so I sat down one evening and wrote this. It turns out that it was quite good for this application, since it is so flexible – dynamically sized arrays are used throughout, and associative arrays make the symbol table quite easy.
5/16/2002
JavaScript Lisp Interpreter
Comments Off on JavaScript Lisp Interpreter
No Comments
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.