-
Scala
Variations for computing results from sequences in Scala
Introduction A common question from students who are new to Scala is: What is the difference between using the map…
Read More » -
Scala
Scala Tutorial – code blocks, coding style, closures, scala documentation project
Preface This is part 12 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala
Scala Tutorial – SBT, scalabha, packages, build systems
Preface This is part 11 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala
Scala Tutorial – scripting, compiling, main methods, return values of functions
Preface This is part 10 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala
Scala Tutorial – objects, classes, inheritance, traits, Lists with multiple related types, apply
Preface This is part 9 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala
Scala Tutorial – scala.io.Source, accessing files, flatMap, mutable Maps
Preface This is part 8 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala
Scala Tutorial – Maps, Sets, groupBy, Options, flatten, flatMap
Preface This is part 7 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala
Scala Tutorial – regular expressions, matching and substitutions with the scala.util.matching API
Preface This is part 6 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
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 »