Show HN: I made a language where the only command is "I use arch btw"
2 tikrack 0 8/17/2025, 1:18:24 PM github.com ↗
I built a minimal esoteric programming language called iusearchbtw.
The language has a single “command”: i use arch btw.
You wrap repeated commands in parentheses ( ... ). The number of repetitions determines the character output.
Supports uppercase, lowercase, symbols, and spaces.
The release is a static Linux binary, so it runs without dependencies.
Example usage:
./iusearchbtw hello.iusearchbtw
Full character map, examples, and a README are included in the repository. It’s primarily a fun exercise in encoding, counting, and building tiny interpreters.
No comments yet