Higher-Order Functions in Unison

Why you must use map, reduce and filter instead of loops in the Unison programming language

Erik Engheim
ITNEXT
Published in
9 min readJan 15, 2023

--

Because Unison is a functional language, and you don’t have regular loops, you will have to get used to higher-order functions. Many of us are accustomed to functions such as map, reduce and filter. Unison has the same style of higher-order functions, but…

--

--

Geek dad, living in Oslo, Norway with passion for UX, Julia programming, science, teaching, reading and writing.