binary structures/bitstrings

2010-04-17 Thread Scott T
Does anyone know of a clojure library for handling (un)packing of binary structures? I'm looking for something similar to perl/ruby/ python's pack(...) function or something like OCaml's bitstring module. My initial google and clojure-contrib perusing hasn't turned up anything obvious though I've

Re: binary structures/bitstrings

2010-04-18 Thread Scott T
one particular task, but I'd like to separate it > and push it to clojars. It's about time I learn how to do that. > > - Geoff > > On Apr 16, 9:28 pm, Scott T wrote: > > > > > Does anyone know of a clojure library for handling (un)packing of > > bi

Re: binary structures/bitstrings

2010-04-19 Thread Scott T
Thanks a lot for pulling that out. I'll let you know how it goes. -Scott On Apr 19, 1:40 am, Geoff wrote: > I've pushed the bytebuffer stuff into it's own repo and project and > cleaned up the documentation a bit. > Seehttp://github.com/geoffsalmon/bytebuffer > > I'd appreciate any feedback you

Re: binary structures/bitstrings

2010-04-20 Thread Scott T
ild my prototype (with all 8.5 seconds of free time I have), and if I come up with any feedback or contributions, I'll let you know. -Scott On Apr 19, 8:52 pm, Scott T wrote: > Thanks a lot for pulling that out.  I'll let you know how it goes. > > -Scott > > On A