Martin Ménestret le
16
Février
2019
In this article, I’ll try to give you an intuition about what is a functor and what do they look like in Scala.
Tags:
Scala
Functional programming
Martin Ménestret le
6
Novembre
2018
Semigroup and monoid are complicateds word for a really simple concepts.
Tags:
Scala
Functional programming
Martin Ménestret le
8
Octobre
2018
OOP and FP have two different approaches when it comes to data/behavior relationship, FP favours type classes. Let’s explore how they work !
Tags:
Scala
Functional programming
Martin Ménestret le
6
Octobre
2018
Functional programmers tend to talk a lot about algebras, so a good starting point would be to understand what an algebra is.
Tags:
Scala
Functional programming
Martin Ménestret le
5
Octobre
2018
To begin our anatomy atlas of functional programming, the first question would be: what is functional programming ?
Tags:
Scala
Functional programming