Johannus analogue organ I digitalised in 2018.
Here are some highlights from my GitHub:
-
I developed this programming language to be easily embedded into C/C++ applications. It is an interpreted Lisp dialect. Features a custom mark-and-sweep garbage collector, and on-the-fly tail call elimination.
Language: C
-
Reads DSMR smart meter data via serial port, and sends it to MQTT broker.
Language: Python
-
Snake game for DOS, written in 8086 assembly.
Language: 8086 assembly