2026-07-16
Link: https://github.com/azac/cobol-on-wheelchair
HN Discussion: 2 points, 0 comments
Somewhere between a joke and a monument to stubborn engineering sits COBOL on Wheelchair — a micro web framework for a language that predates the web by roughly three decades. The name is a knowing wink at Ruby on Rails, and the project delivers exactly what it promises: routes, templates, and HTTP handling written in a language whose primary users today are still running batch jobs at banks and insurance companies.
Why should a technical audience care about a repo that looks, at first glance, like a punchline? A few reasons:
The project leans into its absurdity — the repo name alone is a commitment to the bit — but the underlying craft is real. Wiring GnuCOBOL to a CGI handler, defining a template DSL inside COPY files, and making it feel almost ergonomic is the kind of thing that requires deep familiarity with both worlds.
It also lands at an interesting moment: with LLMs newly able to read and translate COBOL at scale, the language is quietly having a second wind in tooling. Small projects like this become reference points — canonical examples of how to graft modern shapes onto ancient runtimes without demanding a full migration.
Worth a star, worth a read, worth thinking about the next time someone claims a legacy system "can't" do something.
