Monthly Archives: July 2010

Grails Finance 0.1

This entry is part of 15 in the series Grails Finance

Grails is an automagical RAD web application framework in the style of Ruby on Rails. Grails uses Groovy as its main language. You could also substitute it with Java, but that would be less fun. As an example I made [...]

Share
Posted in programming | Tagged , , | 1 Comment

Short guide to Scala

Dedicated to Scala Johansson

What is Scala?
Scala is a scalable language based on Java. It adds functional programming features to the normal Java OO. One of the main advantages of Scala is that you can write shorter programs than in Java [...]

Share
Posted in programming | Tagged , | 1 Comment