Tagged in

Functional Programming

Manuel's musings
Manuel's musings
Purpose-driven entrepreneurship, networked organizations, decentralized trust, decentralized power, living the good life.
More information
Followers
79
Elsewhere
More, on Medium

The Bowling Game Kata in Scala

Here is the end result of my implementation of the Bowling Game Kata in Scala. You can see all steps including the tests on CodersDojo.org.

[sourcecode language=”scala” wraplines=”false”]
class BowlingGame {


Who will be Java’s successor?

ThoughtWorks’ technology radar suggested to start thinking about ‘Java end of life’ in its January 2010 issue. In following issues of the same document they list several languages that strive to be Java’s successor on the JVM. In order to lure the Java community into their net…