A
agent_008_nl
Guest
Here is an example of the use of recursion in elixir, and how f.e. map and reduce simplify recursion: elixir-lang.org/.../recursion.html . You can find some of these functions in javascript also (map, filter, reduce, fold): www.chrisstead.com/.../ jcouyang.gitbooks.io/.../map_reduce.html
Continue reading...
Continue reading...