29th IOCCC unveils winning entries
The winners of the 29th International Obfuscated C Code Contest (IOCCC) have been announced, with their source code published on GitHub and the official website. Standout entries include a GameBoy emulator visually shaped like the console, a patch/diff quine, and a quine pong game.
Esoteric programming challenges like the IOCCC are not just fun puzzles; they serve as a masterclass in C compilers, language syntax edge cases, and the enduring artistry of minimalist programming.
- –Code as visual art: Nick Craig-Wood's GameBoy emulator demonstrates how source code formatting can be utilized for aesthetic and functional representation simultaneously.
- –Compilation boundary pushing: The winning entries challenge compilers and static analyzers by abusing macro expansions, pointer arithmetic, and undefined behaviors.
- –Esoteric VM implementations: Subleq computer emulators and Doom-capable VMs show that highly complex systems can be compacted into seemingly unreadable source files.
DISCOVERED
1h ago
2026-06-07
PUBLISHED
4h ago
2026-06-07
RELEVANCE
AUTHOR
matt_d