It is impossible to give a simple answer. You need to be more specific about the needs of your application. Will it need to be concurrent, for instance?
On Tue, Mar 10, 2009 at 7:49 PM, Anatoly Yakovenko <[email protected]>wrote: > > I just starting playing around with clojure, and i know nothing of > java beyond the syntax. I am trying to implement an interface that > gets called by some 3rd party application whenver an event occurs. If > i was doing this in haskell I would serialize the events in a channel > and write a parser to parse the events, thus avoiding ugly state > transition code. > > How does one handle this in clojure? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
