Konubinix' opinionated web of thoughts

Racket

Fleeting

The Racket Language

Racket is a language for making languages, so that a programmer can write every module in a well-suited languages.

https://racket-lang.org/

. In Racket, parentheses and square brackets are actually interchangeable, as long as ( is matched with ) and [ is matched with ]. Using square brackets in a few key places makes Racket code even more readable

https://docs.racket-lang.org/guide/syntax-overview.html