Tagged Questions
0
votes
1answer
188 views
How to translate Lisp to Javascript [closed]
I have some legacy code, which uses Lisp as it's scripting language. To broaden, ease and accelerate scripting I'd like to replace Lisp by Javascript.
In order to be able to built on all present ...
2
votes
2answers
292 views
Is eval the defmacro of javascript?
In Common Lisp, defmacro basically allows us to build our own DSL.
I read this page today and it explains something cleverly done:
But I wasn't about to write out all these boring predicates ...