Re: [ANN] Okku 0.1.0 - Akka interface for Clojure
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: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 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 >> >> >> >> >> -- >> 庄晓丹 >> Email:killme2...@gmail.com xzhu...@avos.com >> Site: http://fnil.net >> Twitter: @killme2008 >> >> >> > > > > -- > 庄晓丹 > Email:killme2...@gmail.com xzhu...@avos.com > Site: http://fnil.net > Twitter: @killme2008 > > > > -- > 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 -- 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
Re: [ANN] Okku 0.1.0 - Akka interface for Clojure
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 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 >> > > > > -- > 庄晓丹 > Email:killme2...@gmail.com xzhu...@avos.com > Site: http://fnil.net > Twitter: @killme2008 > > > > -- 庄晓丹 Email:killme2...@gmail.com xzhu...@avos.com Site: http://fnil.net Twitter: @killme2008 -- 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
Re: [ANN] Okku 0.1.0 - Akka interface for Clojure
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 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 > -- 庄晓丹 Email:killme2...@gmail.com xzhu...@avos.com Site: http://fnil.net Twitter: @killme2008 -- 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
[ANN] Okku 0.1.0 - Akka interface for Clojure
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