http://lispyscript.com/ LispyScript A javascript With Lispy Syntax And Macros! Overview An inherent problem with Javascript is that it has no macro support, like other Lisp like languages. That's because macros manipulate the syntax tree while compiling. And this is next to impossible in a language like Javascript. In LispyScript we write Javascript in a tree structure. If you know Javascript an..