You are browsing as a guest. Sign up (or log in) to start making projects!
Joined June 8th, 2026
Macondo is an optimizing esolang compiler that spits out C. It shoves your code through a custom IR to handle run-length encoding and token coalescing, emitting tight C code that GCC and Clang can easily chew through for the final binary.
Loading…