by curious16 on 6/26/23, 4:52 AM with 38 comments
by easeout on 6/26/23, 3:00 PM
by zackmorris on 6/26/23, 4:48 PM
In the end, it helped me see that all programming is basically a spreadsheet and analogous to the STDIN/STDOUT stream processing of Unix executables. All of the stuff we think of as programming, like objects and classes, is basically hand waving to make problems/solutions supposedly fit in the human mind.
by thisisauserid on 6/26/23, 11:24 AM
Looks awesome but I still wish there was a completed clojure version.
by syngrog66 on 6/26/23, 7:49 PM
When I want to give a young person a headstart "sneak preview" taster into "our" culture -- or what I think our culture should be, on the intellectual plane, as an ideal, then I'm confident that these in particular can be stimulating little gems.
OK, fine fine: also HHGG as the 4th of my top 3. The first book (in its series) especially but the entire 5+ books of its increasingly misnamed trilogy.
And... Neuromancer. And Snow Crash. And Cryptonomicon. And...
by jmort253 on 6/26/23, 12:22 PM
by vasili111 on 6/26/23, 1:23 PM
by soegaard on 6/26/23, 2:56 PM
If you want something easy to install, try DrRacket.
- tab indents the current line
- cmd-I (or ctrl-I) will indent the entire buffer
- Press ] to insert a matching closer (an parenthesis, bracket or brace)
When you need it, install the `sicp` package to get the Henderson picture language (and more) used in the book.
by alkonaut on 6/26/23, 12:35 PM