QuitC-Lang

QuitC-Lang Used AI

2 devlogs
9h 24m
•  Ship certified
Created by Harsh

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

Timeline

Ship 1

0 payouts of shell 0 shells

Harsh

19 days ago

Harsh Covers 2 devlogs and 9h 24m

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/)

Update attachment

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

Update attachment