Ole, Glad you liked my posts on Riak. I took a quick glance at your code and it's amazing how much Clojure I've forgotten over the last year. I need to read my Joy of Clojure :)
If you're looking for Erlang/OTP in Clojure land than I think an easier path might be to look at Erjang [1]. AFAICT, it is a fairly solid implementation of Erlang/OTP, is in active development, and has some really smart devs behind it. -Ryan [1]: https://github.com/trifork/erjang/wiki On Aug 12, 1:32 pm, Ole Rixmann <[email protected]> wrote: > Hi everyone, > i just read this series of posts about riak > corehttps://github.com/rzezeski/try-try-try. > > I liked it (because i did a lot Erlang recently) and wanted to have a > similar thing in clojure. > > So i started, although i know i would need years to build such a > system on my own, but a gen_server would be nice ;). > > Here is my first approach to a fsm: > > git repo:https://github.com/rixmann/gen_fsm > clojars: [org.clojars.owl/gen_fsm "0.1-BETA"] > > If you are interested please tell me what to do better or > contribute :-). > > Greetings, > Ole -- 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
