Simplifying SCALA 3 featuresScala 3 aka Dotty is a major release version of Scala programming language.Apr 13Apr 13
Published inAnalytics VidhyaType Classes for ad-hoc Polymorphism in ScalaScala has a rich set of polymorphism techniques in order to achieve code reusability using traits, abstract classes, and of course…Oct 5, 20211Oct 5, 20211
Published inCodeXHigher-Order Function in ScalaHigher-order function (HOFs) is the very buzzing word when it comes to functional programming, and at the same time, it becomes a little…Sep 19, 2021Sep 19, 2021
Scala Type HierarchyIn Scala, there are no primitive types. All basic types are also classes and they are part of the class hierarchy. Scala type hierarchy is…Jul 16, 2021Jul 16, 2021
Finite State Machine (FSM) with Akka ActorA finite state machine (sometimes called a finite state automaton) is a computation model that can be implemented with hardware or…Apr 16, 2021Apr 16, 2021
Abstract types in ScalaOften as a developer one wonder how to write the code which can accommodate all the possible types on your numeric type operations or any…May 16, 2020May 16, 2020