exercism / unison

Exercism exercises in Unison.
https://exercism.org/tracks/unison
MIT License
3 stars 19 forks source link

Adds List concept #59

Open rlmark opened 2 years ago

rlmark commented 2 years ago

Adding a List concept exercise and docs. It is marked WIP for now so it won't show up just yet.

Lists could be introduced in a number of ways but this one focuses on pattern matching and constructing lists via cons operators and recursion. Perhaps a List concept part 2 would talk more about maps and folds and other higher order functions.