Tag Archives: programming

Scala 99 Problems on github

A long time ago I started playing with the scala 99 problems. The project is going very slow, but it is moving. So I decided to share the code in a more open and easier way: github. I have solutions … Continue reading

Posted in scala | Tagged , , , , , | Leave a comment

Import statements in Scala

One more baby step into Scala, in this second of a series of posts. Import statements. Scala’s import statements are very similar to Java’s, but with some small differences that allow you to write more concise code. Take a look … Continue reading

Posted in java, scala | Tagged , , , | 1 Comment