Re: Erlang-esque bit syntax in Clojure?

2010-12-16 Thread Daniel Janus
Hi Daniel, I'm fairly certain this is not exactly what you're looking for, but it's somewhat related and it might give you a fuller image -- my tiny clj-bitfields library: https://github.com/nathell/clj-bitfields Best, Daniel Janus -- You received this message because you are subscribed to t

Re: Erlang-esque bit syntax in Clojure?

2010-12-16 Thread Ken Wesson
On Thu, Dec 16, 2010 at 6:01 PM, Zach Tellman wrote: > The only things I know that Gloss lacks relative to Erlang's > functionality is arbitrary bit-lengths for integers and mixed-endian > support, both of which I plan to add in the near future.  Lacking > Erlang's built in pattern matching, the C

Re: Erlang-esque bit syntax in Clojure?

2010-12-16 Thread Zach Tellman
The only things I know that Gloss lacks relative to Erlang's functionality is arbitrary bit-lengths for integers and mixed-endian support, both of which I plan to add in the near future. Lacking Erlang's built in pattern matching, the Clojure implementation will probably be less elegant in some ca

Re: Erlang-esque bit syntax in Clojure?

2010-12-16 Thread Michael Ossareh
> > I was wondering if anyone has been working > on implementing a bit syntax for Clojure in the rough conceptual style > of Erlang's bit syntax. > I'm not an erlang-pro, just dabbled enough to know I like the pattern matching, which is what you're talking about here, I believe. > I'm looking fo

Erlang-esque bit syntax in Clojure?

2010-12-14 Thread Daniel Moniz
Hi all, My apologies for resurrecting a dead thread of discussion if this has already been put to bed, but I was wondering if anyone has been working on implementing a bit syntax for Clojure in the rough conceptual style of Erlang's bit syntax. I say conceptual because I'm not necessarily looking