Blog 2020/7/10
<- previous | index | next ->
I wrote Janet bindings for the LZO real-time compression library (this is the compression used by the lzop utility):
See https://github.com/cellularmitosis/janet-lzo
Janet is a lightweight lisp with syntax for vector and hashmap literals and lightning-fast startup latency.
Janet is written in C, so writing bindings for C libraries is straight-forward. I decided to try my hand!