Non-alphanumeric C code - a lab notebook

Is it possible to program in C without alphanumeric characters? Is such a subset of C turing-complete? Finally, can we mechanically translate C code to non-alphanumeric C code? Let’s find out!
Dissecting a CODEX crack
In this short post we’ll be taking a closer look at one of the CODEX prods. Featuring InnoSetup and FreeArc.
How absurd is C?
Don’t get me wrong - C is a lovely language. Like with every other man-made thing, there’s something off about it. Just like with programming in general…
Fibonacci sequence - a tiny, infinite(*) generator
In July of 2020 was working with Ada#0132 on a small, multiprecision fibonacci sequence generator written in C.