jed (bytecode)

jed is performant bytecode stack machine for use as a backend for my personal experiments in language design. trying to compete with python 3 in terms of speed.


      func main 0
        push_lit "Hello world!"
        call_built_in println
      done
    

gobuscar

gobuscar is a small, simple Go implementation of the Okapi BM25 ranking function.

ssd1306 driver for rpi pico

simple pico driver for SSD1306 lcd screens, written in nim. not much to write here.