Madeleine Malmsten·Sep 19, 2019A super quick hands-on introduction to ErlangErlang is a functional programming language with tons of excellent features when it comes to concurrency, distribution, supervision…
Madeleine Malmsten·Nov 7, 2018Can you teach a school class functional programming?Earlier this year, my colleague Tom Dahlen and I got the idea of trying to teach a school class functional programming. We’ve both been…
Madeleine Malmsten·Sep 3, 2018A practical introduction to backtracking in PrologProlog (“Programming in Logic”) is, in my opinion, with no doubt the most forgotten and underestimated programming language there is. It…
Madeleine Malmsten·Aug 26, 2018Functional ProgrammingI’ve been into Functional Programming since I started programming, and since this is a topic very close to my heart, I’d like to write a…