Re: writing binary values (bytes) to a file

2008-11-19 Thread Jeff Bester
Not sure if this will help with what you are working on. I ran across a similar problem last week and ended up writing a generic library that converts various sizes of integers to big or little endian byte arrays and then back again. Code is located at: http://github.com/jbester/cljext/tree/mas

Re: infix operators

2008-11-29 Thread Jeff Bester
On Nov 28, 11:11 pm, Dmitri <[EMAIL PROTECTED]> wrote: > Thanks for the comments, the prefix notation may indeed be something > that one gets used to. I find it just fine for most cases, just not > for mathematical expressions. The example function was not meant as a > complete solution, but rathe