Blog 2020/8/5
<- previous | index | next ->
Janet Exercism: Implement map
Here are Janet solutions (recursive and iterative) to the exercism "implement map without using map" problem.
For some reason, the exercism folks call this problem "accumulate".
This comment has been minimized.
Recursion with an index, some sort of middle ground.