March 8, 2026

Shellfish opinions, boiling hot takes

The Lobster Programming Language

A game-friendly ‘Lobster’ claws in as devs argue, fans cheer, and memes boil

TLDR: Lobster is a new open‑source, game‑focused language promising faster, safer coding with lots of built‑ins. The community split between excitement over early error catching and speed, skepticism about “yet another language,” and debates on whether AI tools make new languages unnecessary.

Meet Lobster, a new programming language built for making games fast without frying your brain. It promises the feel of easy, write-quick code while catching mistakes early, plus speed that claims to beat Python and Lua. It ships with a graphics engine, a debugger, and plenty of built‑in tools—open source and free on GitHub. The creator? Wouter van Oortmerssen, the mind behind cult shooters Cube/Sauerbraten. Cred earned, claws out.

Then the comments went full seafood boil. One cynic tossed shade—“Another Crusty language”—while fans gushed about clean, blocky syntax and safer code that doesn’t trip at runtime. A standout cheerleader praised Lobster’s “flow‑sensitive checks” as an underrated niche, and dunked on Python’s habit of letting typos crash mid‑run. The biggest spat: do we even need new languages when LLMs (large language models—AI that writes code) are doing the typing? That question split the room. Some say better tools matter even if AI helps; others yell “why bother?” Meanwhile, someone lobbed the classic chaos grenade—“But are there magnets?”—with a wink and a meme link. Verdict: Lobster sparked equal parts hype, eye‑rolls, and jokes, exactly the recipe for a spicy dev thread.

Key Points

  • Lobster is an open-source (Apache v2) programming language focused on games and graphical apps, aiming for static typing with a terse syntax.
  • It offers flow-sensitive type inference, compile-time reference counting with lifetime analysis and borrow checking, and concise blocks/anonymous functions.
  • Programs can run via a JIT or be compiled to C++; a graphical debugger and dynamic code loading are included.
  • Performance is claimed to be ~10x faster than Python and significantly faster than Lua, with easy deployment via an engine/JIT executable and compressed bytecode.
  • The engine is portable across major OSs and WebAssembly, with OpenGL/SDL-based 2D/3D rendering, GLSL shaders, FreeType text, input/audio support, ImGui, and libraries like A* pathfinding.

Hottest takes

"Another Crusty language" — mastermage
"I find it crazy how Python got so popular" — BoppreH
"With LLM do we actually need new programming languages?" — v3ss0n
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.