Posts

Showing posts from May, 2010

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Concurrency and Actors

Reading Thinking in Java chapter about Concurrency(I have my own reading order of chapters ;) I've found a paragraph about Actors - it reminded me abut Scala. Author (and I if anyone ask) think that actors are more user-programmer friendly. In Java there is no compiler support for Actors so there are not as useful as they can be. It makes me more and more interested in Scala. Scala must wait for my free time, but I think this is only a matter of time. Regards