April 28, 2026
Compile feelings, interpret drama
C, Just In Time!
This tiny C app has fans cheering, nitpickers nitpicking, and Linux users side-eyeing hard
TLDR: CJIT is a tiny all-in-one tool meant to make C easier to run without a lot of setup, and that got people excited about making an old language feel fast and convenient. But the comments quickly split between hype, Linux compatibility complaints, and a hilariously passionate argument over the hello-world example.
A tiny new project called CJIT is trying to make the famously prickly C programming language feel almost as easy as a script you can just run. It’s a small, portable compiler-and-interpreter inspired by HolyC and built on TinyCC, which sounds niche, but the comment section quickly turned it into a full-on personality test. One camp was instantly delighted: “Cool idea” energy, people dreaming up combos like pairing it with Fil-C so C could act like a “truly bonafide scripting language.” In plain English: fans see this as a way to make an old-school language feel much more grab-and-go.
But of course, this is the internet, so the applause came with a side of drama. One user immediately hit a wall on Arch Linux and posted the digital equivalent of “works on my machine? not so fast” after the release failed outside its Ubuntu comfort zone. That sparked the classic community tension: is this a magical one-file tool for everyone, or a neat demo that still has real-world rough edges? Another commenter jumped in to defend it, stressing the big sell: one single download, with the compiler, headers, and standard library bundled together so there’s less setup pain.
And then came the funniest micro-scandal of all: the hello world example. Not because it failed, but because someone was personally offended it used fprintf(stderr, ...) instead of the usual friendly output. In other words, even when coders agree something is fun, they will absolutely still argue about how to print hello, world. Peak comment-section behavior.
Key Points
- •The article introduces a tiny, portable C compiler and interpreter.
- •The project is inspired by HolyC.
- •HolyC is associated with Terry Davis.
- •The implementation is based on TinyCC.
- •The project was crafted by Jaromil and the Dyne.org crew.