Skip to content

Instantly share code, notes, and snippets.

@cellularmitosis
Last active July 12, 2020 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellularmitosis/5f8f80d4e31b048df601c5b6a3cda138 to your computer and use it in GitHub Desktop.
Save cellularmitosis/5f8f80d4e31b048df601c5b6a3cda138 to your computer and use it in GitHub Desktop.
Janet bindings for LZO

Blog 2020/7/10

<- previous | index | next ->

Janet bindings for LZO

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment