I built a programming language that compiles to Python, Bash, and binary
rust
dev.to
I built a programming language that compiles to Python, Bash, and binary And you can try it in your browser right now. bartoszosiej.github.io Why? Most programming language tutorials stop at a calculator. I wanted something real — a language that could: Run directly (like Python) Compile to Python (for ecosystem access) Compile to Bash (for system scripting) Compile to binary (for performance) One