Remix.run Logo
Racket v9.2 is now available(blog.racket-lang.org)
61 points by spdegabrielle 3 days ago | 5 comments
spdegabrielle 3 days ago | parent | next [-]

Racket - the Language-Oriented Programming Language - version 9.2 is now available from https://download.racket-lang.org

See https://blog.racket-lang.org/2026/05/racket-v9-2.html for the release announcement and highlights.

If you are using rackup you can upgrade with `rackup upgrade`

Don’t forget to migrate your packages with raco pkg migrate 9.1

noosphr an hour ago | parent | prev | next [-]

Racket is an amazing language for prototyping ideas that you don't understand yet.

At $dayjob I'm using it to test what novel geometries of deep learning models would look like. Being able to redefine any part of the stack for any reason is a superpower you don't know you need until you do.

A great place to start is the little learner which holds your hand until you get opinionated about what the underlying primitives should look like. E.g. what if we used sparse tensor representation?

montyanne an hour ago | parent | prev | next [-]

Northeastern graduates assemble!

greyb 23 minutes ago | parent [-]

Racket is used across CS programs that have adopted the How to Design Programs book [1] (some schools do not use the original book, just the textbook for source material).

[1] https://en.wikipedia.org/wiki/How_to_Design_Programs

xiaoyu2006 an hour ago | parent | prev [-]

Racket is my favorite language, unfortunately I still use python the most mainly because of the ecosystem. https://xkcd.com/353/