Open lassik opened 4 years ago
Clojure:
https://github.com/smee/binary -- does something neat with ordered maps
There is no implementation yet. This is similar to other pack/unpack procedures, but uses an S-expression schema rather than a string schema.
Most of the string schema procedures are copied from the one in Python's standard library.
We should merge this and StructuresCowan.
Maybe copy it here in place of README.md and start editing?
Scheme:
TaylanUB/scheme-bytestructures
binary-struct (Gauche)
blob-record (Chicken)
weinholt/struct-pack -- packs and unpacks, but does not define new types