News

Scala is designed to allow the functional programming style. But what does Scala functional programming actually mean? Let’s start with the fact that functional programs are immutable.
For the past two years, my day-to-day programming language has been Scala. Scala is a hybrid language that combines the approaches of object-orientation and functional programming. You can treat ...
One more than one occasion, I’ve found myself yearning for a more functional paradigm that facilitates easier concurrency programming on the JVM.
Learn more about the Effective Programming in Scala course here including a course overview, cost information, related jobs and more.
Functional programming can offer a more productive style of software development, but it takes some getting used to. With the functional paradigm, which is enabled in languages like Haskell, Scala ...
Moving from object-oriented to functional programming is a paradigm shift for developers, but these key principles explain why it's worth the effort.