Show HN: I made a "programming language" looking for feedback

Bold “Docker for Logic” claim meets eye-rolls, name jokes, and cautious nods

TLDR: A new tool claims to turn plain intent into code in many languages while fencing AI edits into safe zones. Commenters are split between skepticism about hype and name jokes, and a few intrigued by version control benefits and calls for reproducible AI-built code—important if we want safer AI-assisted programming.

A fresh “Show HN” is stirring the pot: Glupe bills itself as a meta language that turns your plain-English intent into real code across 40+ programming languages, while locking AI changes inside safe blocks so it can’t mess up the rest. Think of it as “Docker for Logic,” says the creator, promising software that survives time itself. Check the repo here: Glupe.

The crowd? Spicy. The hottest take came fast: one commenter called it a “solution in search of a problem,” and dragged the README for sounding auto-generated and overhyped—especially the bit about making software “immortal.” Another voice was more measured: they liked the idea of keeping both the original blueprint and the generated code in version control, but warned the workflow might be clunky. Then the internet did what it does best: a commenter noted “glup” means “stupid” in Serbian, and the name jokes practically wrote themselves.

Meanwhile, pragmatists chimed in: some already write simple pseudocode in a note and ask an AI to convert it—no new language needed. And the tinkerers went nerd-deep, pitching deterministic builds with model and output hashes to make AI-generated code reproducible. Verdict from the peanut gallery: big vision, messy packaging, and a meme-ready name. Glupe’s either the future—or just a great thread to watch.

Key Points

  • Glupe is introduced as a semantic metaprogramming language that can compile human intent into code for 40+ target languages or native executables.
  • It isolates AI-generated logic within designated $${ }$$ blocks to keep manual code safe and supports incremental builds via container hashing and caching.
  • The project positions itself as “Docker for Logic,” aiming to package algorithms for language portability while integrating with existing toolchains.
  • Installation scripts are provided for Windows (PowerShell) and Linux/macOS (bash), with a manual build option using g++ and a quick start CLI example.
  • Glupe operates as a CLI between intent (plain text/pseudocode) and compilers, using configured language models (local or cloud) to generate source code before standard compilation.

Hottest takes

“solution in search of a problem” — mpalmer
“won’t like the ergonomics” — zahlman
“glup … in serbian means ‘stupid’” — bojanstef4
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.