How to Sort Lists in Scala with Tail Recursion
This is one of the (dozens of) problems that we solve in the Scala & FP practice course, which in rough translation is “Scala for coding interviews”. Daniel Ciocîrlan (@rockthejvm) |
Image editing with Functors
This was originally written as a self attempt to better understand FP concepts like functors, applicatives, monads, etc. visually, by implementing them on images. Adrian Salajan (@adrisalajan) |
Tail Recursive Functions (in Scala)
Turning imperative algorithms to tail-recursive functions isn’t necessarily obvious. In this article (and video) I’m showing you the trick you need, and in doing so, we’ll discover the Zen of Functional Programming. Alexandru Nedelcu (@alexelcu) |