A 6502 Emulator 2021-06-19 :: Kamila Szewczyk #C #6502 #assembly #emulator A tiny, 30-line 6502 emulator in C. Read more →
How absurd is C? 2021-06-18 :: Kamila Szewczyk #C #standards 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… Read more →
Combinator calculus - a lab notebook 2021-06-17 :: Kamila Szewczyk #c #perl #combinator-calculus #mathematics #cs A writeup on my passion for combinator calculus. Read more →
Fibonacci sequence - a tiny, infinite(*) generator 2021-06-17 :: Kamila Szewczyk #c #code-golf #fibonacci #mathematics In July of 2020 was working with Ada#0132 on a small, multiprecision fibonacci sequence generator written in C. Read more →