Scala
-
Scala Tutorial – regular expressions, matching
Preface This is part 5 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala Tutorial – iteration, for expressions, yield, map, filter, count
Preface This is part 4 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala Tutorial – conditional execution with if-else blocks and matching
Preface This is part 3 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala Tutorial – Tuples, Lists, methods on Lists and Strings
Preface This is the second in a planned series of tutorials on programming in Scala for first-time programmers, with specific…
Read More » -
Scala Tutorial – Scala REPL, expressions, variables, basic types, simple functions, saving and running programs, comments
Preface The is the first of several Scala tutorials I’m creating for my Fall 2011 graduate Introduction to Computational Linguistics…
Read More » -
Fun with function composition in Scala
The goal of this post is to show how a list of functions can be composed to create a single…
Read More » -
Scala use is less good than Java use for at least half of all Java projects
So, I made a post about agreeing with a post about Scala being “hard” for a large portion of Java…
Read More » -
Yes, Virginia, Scala is hard
Let me first say that I am a Scala lover and have been a Scala champion for almost 5 years.…
Read More » -
Testing with Scala
When learning a new language or framework one of my early questions is nowadays: What about testing? Obviously I asked…
Read More »