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 there is a great site at Try Scheme. Not suitable for iPad alas since you need to do things like CTRL-ENTER.

On iPad turn off smart quotes if you want to code in Scheme: Go to Settings - General - Keyboard, and toggle off “Smart Punctuation”. Or use (define my_atom (quote atom)).

‘Every reader should ask himself periodically “Toward what end, toward what end?”—but do not ask it too often lest you pass up the fun of programming for the constipation of bittersweet philosophy.’
– Alan J. Perlis