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 suggests, the library is in a very early stage.
This is also my very first time sharing any type of code with anyone
(I'm still at university), so do not expect too much in terms of
quality. On the other hand, I'm eager to learn, so do not hesitate to
(constructively) criticize it.

In particular, the core library needs some internal refactorings, and
as of right now there is absolutely no test or documentation in the
library itself. I have, however, translated two Akka tutorials to
Okku, which you can find here:

https://github.com/gaverhae/okku-pi
https://github.com/gaverhae/okku-remote

Together, these two tutorials currently show off almost all the
features of Okku. The actual library can be found on github:

https://github.com/gaverhae/okku

and is already available on clojars as [org.clojure.gaverhae/okku "0.1.0"]

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to