Tag Archives: operator overload

Quick introduction to functions in Scala

So, as you might already know, Scala is a functional language. This means that it is heavily based on functions (Scala actually mixes Object Orientation and Functional Programming). Lets take a look on how to use functions in Scala. It … Continue reading

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