Scala calls itself scalable, because it brings–amongst many other things–mixin composition, allowing you to have functional components (functional in sense of containing some functionality) and then mixin these components together to get the desired application. Let’s take a look at … Read more
↧