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 clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---