« All categories

Blog posts about "Currying"

Elm baby steps: The language

Before building a real app with Elm, let's look at the language first.

Dec 4, 2022 · 4 minute read

Composition with currying

Let's use partial application to compose curried functions together.

Mar 23, 2021 · 5 minute read

Currying: What is it?

Discovering a confusing, but very cool functional programming concept: Currying.

Mar 14, 2021 · 6 minute read