9 ms·
Another programming language?
by fgheorghe 8y ago
Another programming language?
- hambos22 8y agoRacket exists since 1995
- spacesuitman2 8y agoRacket is unlike many other programming languages, firstly it's a lisp. Secondly, it features a builtin language framework that allows you to seamlessly interop different languages through racket. Once you learn racket you realize that most other languages are just macros in racket, or a #lang in racket, and that their unique implementations are mostly quite wasteful, as they make interop hard.