Eloquent JavaScript (book online)
Written by Marijn Haverbeke.
ULL-ESIT-PL-1617/egg: Eloquent JS. Chapter 12 Project. A Programming Language
coderaiser/lisp: simple lisp implementation @GitHub
Simple lisp implementation in JavaScript.
Could be used in browser as global lisp
, node.js
environment
or bundled with help of browserify
.
const lisp = require('lisp');lisp('(+ "hello" " world"'); // returns 'hello world'
No comments:
Post a Comment