Showing stories from 2024-07. View all
Many programming languages have a book: C has K&R, Smalltalk has The Blue Book and Scheme has TSPL.
Racket has [**The Racket Guide**](https://docs.racket-lang.org/guide/index.html) - a 407 page book that is included in the [Racket distribution installers](https://download.racket-lang.org), but i...
If you have used Racket, or you are considering using Racket,
please help us by completing this survey: https://forms.gle/EYuzG4Jp9X5bqoHQ9
Some context. Boomla is a programming language / web development platform. Its error handling was largely inspired by Go, but the target audience and the use case required making error handling less verbose, while maintaining type safety.
I wanted to show it here as I've not seen this approach an...