C (programming language)

siiky

2023/02/09

2023/05/15

2023/05/15

programming

No introductions needed.

Projects

My projects

c-utils

Type-safe, type-agnostic data structures in single-header C files through the power of C macrology. Heavily inspired by nothings/stb, swenson/sort, and other similar libraries. Includes a suite of QuickCheck-like tests, using an easy to use C library: theft.

STAR

Simple tar-like program. Defined its own file format, parser, and unparser. Remember trying radamsa (a fuzzer) to generate star files, and it wasn't as catastrophic as I'd expected! I found a couple of bugs, but otherwise star stood its ground well.

radamsa may have been my first contact with Scheme!