From F# to Scala – type inference
Read the whole series: Part 1 – type inference <- you’re here Part 2 – traits Part 3 – case class/object (ADTs) Part 4 – apply & unapply functions Part 5 – implicits It’s a new year, a new job, a new language (Scala) and runtime (JVM) to work with. After a week of learning …