Recursion and Data Structures in Unison

A look at how to solve programming problems through recursion

Erik Engheim
ITNEXT
Published in
10 min readJan 16, 2023

--

When your programming language does not support loops, you need to use recursion or higher-order functions. In my previous article, I covered higher-order functions such as map, filter and fold in Unison. In this story, I want to focus more on recursion in general and how they can be used in…

--

--

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