[Chicken-users] Bencode egg

2015-11-06 Thread Caolan McMahon
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,

Re: [Chicken-users] Bencode egg

2015-11-06 Thread Mario Domenech Goulart
Hello Caolan, On Fri, 6 Nov 2015 16:35:26 + Caolan McMahon wrote: > 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: > >