Best Development Tools Scripts for Marijn Haverbeke
CL-JavaScript allows developers to add scripts to Common Lisp applications.It is to Common List as JavaScript is to HTML. CL-JavaScript is actually a JavaScript to Common Lisp translator, runtime, and standard library.The Lisp compiler takes JavaScript...
At only 200 lines of code, the library is very light-weight for a client-side library.
Mold compiles plain-text templates to functions that map JavaScript values to strings (the filling in of the template) and provides an interface for directly inserting...
Acorn.js is a tiny JavaScript library for parsing JavaScript source code.Inspired by the Esprima parser, Acorn can parse any ECMAScript 3 and ECMAScript 5 code you feed it to.Features:Outputs AST format
Fast parsing process
Lightweight size
Lots of...