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:
>
> * 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

Sure!  It's been added.  Thanks a lot.

Best wishes.
Mario
-- 
http://parenteses.org/mario

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


[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, 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