A chaotic esolang in Python called CThatWillMakeYouQuit (QuitC-Lang in short)—is a C-inspired language with sarcastic errors, emoji-based line endings, and deliberately painful constraints like max 5 variables, randomly flipped operators, reversed function arguments, and mandatory comments. Designed to make you (rage) quit, and get frustrated with C
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Got a lot done. Made the project packageable, redid folder structure, updated README.md, created static page with playground, created and updated guide docs, deployed page on render. Now available for demo! try it out: (https://quitc-lang.onrender.com/)
After many caffeine-fueled hours, I built my own C-inspired esolang that actively tries to make you ragequit. It enforces emojis, flips operators randomly, yells at you sarcastically, and has its own interpreter, parser, lexer, and runtime. It's called CThatWillMakeYouQuit (or quitC), and yes, it does exactly what it promises. Now, with my few remaining coffee beans, I've to build a CLI, format output (errors, etc), and the most painful: write docs, and possibly create a demo/playground that runs my program