|
|
|
|
|
by newt0311
6402 days ago
|
|
At that point, we are venturing into LISP territory where the line between mini-language and library is truly thin (and sometimes non-existant like in the CL loop macro). My standard: Can a common JS interpreter (say firefox) execute the code without modifications? If that is true, then said "thing" is a library. |
|
I have looked through some of the code for parenscript and although I'm not a lisp expert I could grok what it was doing. I could also see how I could write my own macros if I put my mind to it. One huge advantage of compiling to js is that it makes obfuscation and compression a lot easier (this is true for GWT, objective-j, pyjamas, and parenscript).