Hi all,

I've just written a quick egg to do Bencode parsing / serialization.
Bencode is the encoding used by BitTorrent, and is similar to
tagged-netstrings.

Bencode supports four data types:

* Strings
* Integers
* Lists
* Dictionaries

Bencode uses ASCII characters as delimiters and digits, making it less
space-efficient than something like message-pack but hopefully a bit
easier to read!

Please can someone add this to the egg index?
https://github.com/caolan/chicken-bencode

Caolan

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to