Re: [ANN]: Octet 0.1.0: A Clojure(Script) library for working with binary data.

2015-03-02 Thread Andrey Antukh
Hi Mikera! Byte-streams is a conversion library (between different representation of byte streams) Octet is a library for work with them. Cheers. Andrey 2015-03-02 3:09 GMT+01:00 Mikera : > Thanks for sharing Andrey! > > Could you comment on how this compares with: > https://github.com/ztellma

Re: [ANN]: Octet 0.1.0: A Clojure(Script) library for working with binary data.

2015-03-01 Thread Mikera
Thanks for sharing Andrey! Could you comment on how this compares with: https://github.com/ztellman/byte-streams Are the two complementary? Replacements? On Monday, 2 March 2015 03:58:57 UTC+8, Andrey Antukh wrote: > > Hi! > > I'm happy to announce the first version of Octet library. > > _octe

[ANN]: Octet 0.1.0: A Clojure(Script) library for working with binary data.

2015-03-01 Thread Andrey Antukh
Hi! I'm happy to announce the first version of Octet library. _octet_ library offers, not intrusive (without additional wrapping), composable and host independent abstraction for working with binary data. It works out of the box with NIO ByteBuffer, Netty ByteBuf, and ES6 TypedArrays (clojurescr