July 27, 2026
Eat Your Greens, dodge dev drama
EYG: A Programming Language for Humans
Can a ‘human-friendly’ coding tool save normal people from developer gatekeeping?
TLDR: EYG is a new coding language meant to help regular people build small useful apps without drowning in computer setup headaches. Commenters split fast: some loved the mission, while others said AI already makes the whole idea feel outdated.
A new programming language called Eat Your Greens, or EYG, is pitching itself as the friendlier path for people who want to build useful little tools without turning into full-time coders. The creator’s big argument is simple: most people can describe what they want a computer to do, but get wrecked by all the annoying setup, deployment, and machine-pleasing nonsense around it. Think: “make my spreadsheet talk to Discord” or “flash a lamp when the doorbell rings during a Zoom call.” In theory, EYG is here to rescue the home-grown app dream.
But the comments? Absolutely not ready to hand out a standing ovation. The biggest hot take came from prologic, who basically said: if this is for non-developers, why does it still look like a programming language at all when you can just ask AI to build the thing and skip reading the code? That landed like a grenade, because it challenges the entire premise: is the future “languages for humans,” or just “tell the robot what you want”?
Others were more charitable. One commenter liked the creator’s split between “thinking through the problem” and all the fiddly computer chores, calling that taxonomy genuinely interesting. Another chimed in with a cheerful “I loved Elm, I’m into Gleam, I’ll try this too,” which is basically the polite internet version of tossing a rose on stage. And then there was the crowd delighting in the integer overflow rant — with one commenter backing the now-iconic human reaction: “WTF, that’s not how numbers work.” Honestly? That line may be the real hit here.
Key Points
- •The article introduces EYG as a statically typed functional programming language aimed at improving programming for end users or “makers.”
- •The author says EYG was created after observing that technically minded non-professional developers often outgrow no-code or low-code tools and then face a difficult transition to conventional programming languages.
- •The article separates programming work into two categories: expressing problem logic and managing the operational details required to run software.
- •The author argues that many end-user programming tools focus on the wrong problem by changing syntax or interface instead of removing deployment and runtime complexity.
- •EYG is positioned for small-scale “home cooked” software tasks such as glue code, personal dashboards, and simple automations, with platforms or runtimes handling execution concerns.