LambdaCast is a podcast about functional programming for working developers. Our focus is to describ
This time we discuss the way data tends to be structured in functional languages and some of the sim
You may have seen generics in C#, Java, or Swift but there are a lot of very useful patterns using g
Lazy evaluation is not normally something you hear programmers discussing but there is a lot of powe
Logan walks us through what his experience has been starting a JavaScript project in a functional st
Monads, the promised land of functional programming. Or at least with all the hype they'd better be!
Building on the power of functors we examine a few scenarios where a normal Functor is problematic.
Going deeper down the category theory rabbit hole, we explore one of the most common and useful abst
Join us as we discuss the FP community. FP has a reputation as harsh and impenetrable but is that re
The kind of type system a functional language uses has a large impact on the way you use that langua
Algebraic Data Types (ADTs) are one of the most distinguishing features of statically typed function
Into the icy maw of category theory starting with Monoids! In reality we find out it's not actually
We have launched our Patreon page, if you feel so inclined come support us at https://www.patreon.co
Partial application and currying are a feature that is often mysterious to the uninitiated. Why do f
Abstraction takes on a different meaning amongst functional programmers. This episode we dig into ho
Oh category theory, bastion of strange and wonderful terminology, (some might say terrible and inacc
Recursion, that infinite spiral of self referentiality. In this episode we break down the ideas behi
To write a program is to deal with uncertainty. Sometimes it feels like there's nothing we can count
This time we tackle the thorny issue of how you get anything done when you're not allowed to change
This episode we discuss the ins and outs of higher-order functions. If you've never heard of them do
This time around we'll be talking over the core benefits of FP and why you might want to consider it