This Month
- 3 days ago
- Mar 02
February 2010
- Feb 24
- Feb 24
- Feb 22
- Feb 22
- Feb 17bertailsCapabilities in Scala
An important application of unique object references is safe and efficient message passing in concurrent object-oriented programming. However, to prevent the ill effects of aliasing, practical systems often severely restrict the shape of messages passed by reference. Moreover, the problematic interplay between destructive reads--often used to implement unique references--and temporary aliasing through ``borrowed'' references is exacerbated in a concurrent setting, increasing the potential for unpredictable run-time errors.
- Feb 16
- Feb 16bertailsWelcome to Knockoff
Knockoff is a Markdown parser with a twist. Most Markdown systems just convert Markdown source to HTML. Knockoff converts from Markdown source to an object model ... then, to an XHMTL fragment, generated easily with Scala's excellent XML integration.
- Feb 13
- Feb 06
- Feb 05
- Feb 05
- Feb 01
January 2010
- Jan 30bertailsCode Monkeyism: Using Cassandra with Scala and Akka
With all this talk about NoSQL and new programming languages, I though I’d try getting Cassandra to work with Scala. Always being interested in productivity, I wanted to know how easy and concise an integration would be. One option was to use the Java client for Cassandra, as using Java libraries in Scala is rather easy. Obviously more concise would be a library written for Scala, so I tried Akka.
- Jan 26
- Jan 24
- Jan 24
- Jan 06
- Jan 04bertailsIntroducing Akka - Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Actors
Writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it’s because we are using the wrong tools and the wrong level of abstraction.
Akka is an attempt to change that.

