Little

Little books in Javascript?

There is a very nice web-based javascript version of the great SICP textbook.
Can it also be done for the Little Books?


If you want to try Scheme:
The Little Javascripter by Douglas Crockford is also hosted here. You can try Scheme code there in the Input Box.
In Scheme a quote character must be a real quote.
On iPad turn off smart quotes: Go to Settings - General - Keyboard, and toggle off “Smart Punctuation”. Or use (define my_atom (quote atom)).

Surprises:
(isList ‘()): false.