Back to articles
How I Invented "Lodu Code" - The Most Aggressive Desi Programming Language

How I Invented "Lodu Code" - The Most Aggressive Desi Programming Language

via Dev.to Pythonprince pandit

Have you ever felt that modern programming languages are just too... polite? You miss a semicolon or misindent a block, and Python gently whispers, SyntaxError: invalid syntax. I wanted a language that matched the true, chaotic, and aggressive energy of an Indian engineering hostel. A language that doesn't just throw errors, but actively roasts you for forgetting your manners. So, I built one. My name is Prince Kumar Pandit, and I am the inventor of Lodu Code. In this article, I’ll walk you through how what started as a joke turned into a full-fledged compiler engineering project complete with its own VS Code Extension, a PyPI package, and a web-based playground. 🦊 What is Lodu Code? Lodu Code is an esoteric programming language (esolang) built on top of Python. But unlike typical languages, Lodu Code operates on a principle of "Strict Sanskar" (Manners). If you don't start your program by greeting the compiler, it refuses to run. Here is what a standard "Hello World" looks like: Namas

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
2 views

Related Articles