June 26, 2026

Soft name, hard comment section

Gossamer: a Rust-flavoured language with real goroutines and pause-free memory

New coding language drops, and the comments instantly turn into a nerd cage match

TLDR: Gossamer is a new coding language promising easy multitasking, simple code, and memory handling that avoids big freezes. Commenters immediately split between impressed and deeply skeptical, with fights over whether its claims are truly new and jokes that even its name is a problem.

A shiny new programming language called Gossamer has arrived promising a very big dream: fast apps, easy-to-read code, lightweight built-in multitasking, and memory handling that supposedly avoids those dreaded whole-program freezes. In plain English, it wants to be the best bits of Rust, Go, and a few functional languages mashed into one slick package — complete with a browser demo, a quick-run tool, and one-file app shipping. Sounds smooth, right? The community response: not so fast.

The loudest fight broke out over Gossamer’s claim of “pause-free” memory. One commenter basically laughed that off, saying if the system has to clean up giant tangled webs of data, there’s still going to be a noticeable hiccup. Translation for non-experts: the sales pitch says “no freezing,” skeptics say “you absolutely can still get freezing, just in different clothes.” Others rolled their eyes at yet another new language promising it has finally solved problems computer scientists have been wrestling with for decades.

But not everyone came to boo. Some commenters were genuinely excited about its built-in lightweight threads — tiny workers that let programs do lots of things at once without turning into a spaghetti mess. Then the nostalgia squad barged in to say, essentially, “Cute, we were doing this in the 2000s.” And because no internet launch is complete without chaos, one of the funniest reactions had nothing to do with code at all: a French speaker popped in to say the name sounds like “bitter kid.” Brutal. In the end, Gossamer didn’t just launch a language — it launched a comment-section drama generator.

Key Points

  • Gossamer is presented as a programming language with immutable-by-default semantics, forward pipes, and features familiar to Rust, Go, and F# developers.
  • The article says Gossamer uses deterministic reference counting plus `arena { }` regions for memory reclamation, without a borrow checker, lifetimes, or stop-the-world garbage collection.
  • The language includes `go`, typed channels, and an M:N scheduler, with blocking calls parking goroutines instead of threads.
  • Gossamer supports development with a bytecode VM and REPL, and native release builds as single dependency-free binaries via LLVM.
  • The article says Gossamer examples run in the browser through a WebAssembly-compiled VM, and local binaries target Linux, macOS, and Windows.

Hottest takes

"Good luck dropping the last reference to a 10,000-node graph" — quotemstr
"the name means bitterkid in french" — poulpy123
"just another raindrop in the current m..." — throwrioawfo
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.