Tag: C
Posts related to or involving the C programming language.
-
Assembly is WILD
09 Aug 2023
The power afforded by assembly is astounding; the skill required to wield it properly moreso. This is a tale of GameBoys, CPU emulation, and learning assembly. -
crisp - A(nother) LISP Interpreter. Part 3: C++, objects, polymorphism, and exceptions
03 Dec 2019
Taking a wee meta-tangent by looking at the language we're using for this. -
crisp - A(nother) LISP Interpreter. Part 2: Objects and Parsing
27 Nov 2019
How can a lisp function be represented in terms of data? -
crisp - A(nother) LISP Interpreter. Part 1: Introduction and Tokenisation
21 Nov 2019
Writing a lisp interpreter in C