On Thu, Dec 16, 2010 at 6:01 PM, Zach Tellman <[email protected]> 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 Clojure implementation will > probably be less elegant in some cases, but it will certainly get the > job done.
Erlang's built-in pattern matching is insignificant compared to the power of the (macros and DSLs) Force. :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
