Scala 2 implicit conversions
Scala is a statically typed language, meaning that Scala compiler will know types of every variable we use in our programs at compile time. To play well with compiler we...
Project Euler in Scala
One month ago I have decided to start the Project Euler in Scala. Project Euler is a series of both mathematical and computer programming challenges. All problems are numbers related,...
←
2