Clavichord I built in 2020.

Johannus analogue organ I digitalised in 2018.

Here are some highlights from my GitHub:

  • cheax

    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

  • mqtt4dsmr

    Reads DSMR smart meter data via serial port, and sends it to MQTT broker.

    Language: Python

  • dos-game-suite-8086

    Snake game for DOS, written in 8086 assembly.

    Language: 8086 assembly