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.
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.