JVM Languages
-
Ceylon 1.0.0 is now available
Today, we’re proud to announce the first production release of the Ceylon language specification, compiler, and IDE. Ceylon 1.0 is…
Read More » -
Grails: Applying build information to your builds
Occasionally, when I buy some food I check the label to see how unhealthy it is in an effort to…
Read More » -
Sending Email with Java and Akka actors
Akka is a concurrent framework written by Scala. Here I demonstrate sample application to send emails with Akka and implemented…
Read More » -
Scala setup on Windows 7
This article will be dedicated to installation of Scala on PC with Windows 7. In general, doesn’t metter which Windows…
Read More » -
Scala Wonderland: All operations are method calls
I’ve started learning Scala two months ago and I can’t get back to Murakami’s 1Q84 so exciting it is. In…
Read More » -
A Scraping Library
As part of a project I’m working on, I needed to get documents from state institutions. And instead of writing…
Read More » -
Elo Rating System: Ranking Champions League teams using Clojure
As I mentioned in an earlier blog post I’ve been learning about ranking systems and one of the first ones…
Read More » -
Grails Goodness: Unit Testing Render Templates from Controller
In a previous blog post we learned how we can unit test a template or view independently. But what if…
Read More » -
Scala Wonderland: The functional style
Scala encourages to use a functional style of programming. For programmers coming from imperative world of Java or C# it…
Read More »