June 23, 2026
Code launch or comment war?
Rhombus Language 1.0
Rhombus 1.0 drops and the comments instantly split into hype, nostalgia, and nerdy thirst
TLDR: Rhombus 1.0 is out, pitching itself as a friendlier-looking programming language with deep customization powers built on Racket. The comments quickly became the real show: some cheered its readable style and clever features, while traditionalists pushed back with a nostalgic “I liked the old way better.”
A brand-new programming language release would normally be a niche affair, but Rhombus 1.0 has turned into a mini comment-section soap opera. The pitch is simple enough for non-coders: it wants to keep the power and flexibility of the older Racket world while looking less scary and more readable. Supporters are selling it as the moment powerful coding tools finally got a friendlier face, with one commenter praising its “readable indentation syntax” and big promise of an “open-compiler API” that lets people customize the language in unusually deep ways.
But of course, the internet could not just say “nice.” The strongest split was classic old-school-vs-new-school drama. One longtime voice basically shrugged, saying, I still prefer s-expressions, which is coder-speak for “I liked the old style better.” That instantly framed the launch as more than a version number: for some, Rhombus is exciting progress; for others, it’s a makeover for something they already loved. Meanwhile, the real fangirling happened over the mysterious … operator, with one user practically screaming, go look at this thing, because it can do way more than people expect and—plot twist—it’s “just a macro!” In plain English: a fancy trick that fans say proves the language is secretly wild under the hood.
Even the side comments added flavor. There was a dry link-drop of older Rhombus chatter, giving the whole thing a “the fandom has receipts” vibe, and one commenter was already trying to book it for a 2027 conference. Translation: Rhombus didn’t just launch; it launched discourse.
Key Points
- •Rhombus version 1.0 was announced as available on 22 June 2026.
- •The article presents Rhombus as a general-purpose, functional, extensible programming language with conventional syntax.
- •A central goal of Rhombus is to combine ease of everyday use with extensibility comparable to Racket’s macro system.
- •Rhombus is built on Racket and uses Racket tools including DrRacket and the `raco` command-line suite.
- •The article says Rhombus can be used in the Racket ecosystem by starting a module with `#lang rhombus` instead of `#lang racket`.