A Friendly Introduction to Racket
48 points by signa11 4 hours ago | 10 comments
fn-mote 28 minutes ago
Much as I am a fan of Racket, this is not a friendly intro. It is a speedrun.
replyWhen an introduction says “friendly”, I don’t expect it to assume that I know what lambda is.
When an introduction says “friendly”, I don’t expect syntax rules to appear in it. At all.
em-bee 3 hours ago
any time the topic of racket comes up, i wonder if there are any interesting apps i could explore. but all i find is libraries and dev tools: https://awesome-racket.com/
replyLasEspuelas 2 hours ago
There is this https://remember.defn.io/
replyYou can read the about it here: https://defn.io/2020/01/04/remember-internals/
Nice touch. Explains how Caine returns in episode 9: Lisp continuations allow for graceful error recovery.