|
|
|
|
|
by noelwelsh
1094 days ago
|
|
Reading Lisp isn't that onerous. For a start, the brackets (and particularly the closing brackets) are basically irrelevant. They help the computer parse the code but you can read it mostly based on indentation. Anyway, there is a version in Javascript and the linked page has a textbook in Python. |
|