←back to thread

333 points awkravchuk | 4 comments | | HN request time: 0.799s | source
1. maxwelljoslyn ◴[] No.41872271[source]
This is what all technical tutorials should look like. Well-composed and generally free of grammatical errors, spends just the right amount of time explaining each new topic as it is introduced, comes with full code samples, and includes visual samples of what the code does. Also, lengthy enough to treat the material in depth, while still being sufficiently self-contained that I can follow along -- without having read part 1 and without more than a few months of Common Lisp under my belt from a couple years back (tho I've done a decent amount of Clojure and Emacs Lisp.)

Bravo, awkravchuk/Andrew :^)

(Crossposted from https://mxjn.me/2024/10/17/1)

replies(2): >>41872883 #>>41879162 #
2. varjag ◴[] No.41872883[source]
Seconded! Top notch longform programming material.
replies(1): >>41876978 #
3. awkravchuk ◴[] No.41876978[source]
Thanks so much guys :)
4. dfxm12 ◴[] No.41879162[source]
Importantly, it's written, as opposed to a video. That's a huge plus already. You can copy and paste things, read things legibly, follow along at your own pace, consume it in silence, easily save a copy for offline use/archival (where you can also annotate it), easily search for things, etc.