Thursday, February 24, 2022

book: Eloquent JavaScript => Lisp

Eloquent JavaScript (book online)

This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or buy your own paperback copy (3rd edition).

Written by Marijn Haverbeke.


ULL-ESIT-PL-1617/egg: Eloquent JS. Chapter 12 Project. A Programming Language



yascriptlang - npm
Yet Another Script Language
Because everyone should have their own Lisp

coderaiser/lisp: simple lisp implementation @GitHub

Simple lisp implementation in JavaScript.

Could be used in browser as global lispnode.js environment
or bundled with help of 
browserify.

  const lisp = require('lisp');
lisp('(+ "hello" " world"');
// returns
'hello world'




No comments: