[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

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

2012-07-21 Thread dennis zhuang
Great work.Thanks. 2012/7/20 Gary Verhaegen gary.verhae...@gmail.com 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

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 killme2...@gmail.com Great work.Thanks. 2012/7/20 Gary Verhaegen

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 killme2...@gmail.com wrote: I try to run okku-pi,but it could not find okku 0.1.1-SNAPSHOT: Could not find artifact