Re: [ANN] Okku 0.1.0 - Akka interface for Clojure

2012-07-21 Thread Gary Verhaegen
You should checkout the 0.1.0 tag of the tutorial repository. I'll update the readme to clarify that. Thanks for your comment. On Sat, Jul 21, 2012 at 3:41 PM, dennis zhuang wrote: > I try to run okku-pi,but it could not find okku 0.1.1-SNAPSHOT: > > Could not find artifact org.clojure.gaverhae:

Re: [ANN] Okku 0.1.0 - Akka interface for Clojure

2012-07-21 Thread dennis zhuang
I try to run okku-pi,but it could not find okku 0.1.1-SNAPSHOT: Could not find artifact org.clojure.gaverhae:okku:jar:0.1.1-SNAPSHOT in clojars (https://clojars.org/repo/) Should i use 0.1.0? 2012/7/21 dennis zhuang > Great work.Thanks. > > 2012/7/20 Gary Verhaegen > >> Okku is a thin wrapper

Re: [ANN] Okku 0.1.0 - Akka interface for Clojure

2012-07-21 Thread dennis zhuang
Great work.Thanks. 2012/7/20 Gary Verhaegen > Okku is a thin wrapper around the Akka library that makes it easy to > use it from Clojure. The Actor model can be considered a nice > alternative for concurrent programming, but it really shines when you > want to distribute your application - it re

[ANN] Okku 0.1.0 - Akka interface for Clojure

2012-07-21 Thread Gary Verhaegen
Okku is a thin wrapper around the Akka library that makes it easy to use it from Clojure. The Actor model can be considered a nice alternative for concurrent programming, but it really shines when you want to distribute your application - it really is nearly transparent. As the version number sugg