Tagged in

Functional Programming

theburningmonk.com
theburningmonk.com
the personal blog for Yan Cui
More information
Followers
923
Elsewhere
More, on Medium

from F# to Scala : case class & object

aka Algebraic Data Types, or ADTs

This is part 3 of a series.

Continuing on from where we left off with traits last time around, let’s look at Scala’s case class/object which can be used to…


from F# to Scala : apply & unapply

This is part 4 of a series.

Last time around we looked at Scala’s case class in depth and how it compares to F#’s Discriminated Unions. F# also has Active Patterns, which is a very powerful language feature in its own right. Unsurprisingly…


from F# to Scala : implicit

This is part 5 of a series.

Having looked at case class and extractors recently, the next logical thing would be partial functions. Since Andrea pointed me to a really well article on the subject I don’t think there’s anything else for me to add, so…


I’m on Functional Geekery!

Hello! Just a quick word to say that I spoke to Steven Proctor for an episode of his excellent Functional Geekery podcast where we talked about a host of topics including F#, Erlang and Orleans.

You can listen or download the episode here.