By: Lorenzo Stella
Re-posted from: http://lostella.github.io/blog/2018/07/25/iterative-methods-done-right
Complicated for-loops may not be the ideal way of coding iterative methods: by composing iterable objects one can use (and re-use) well-separated, testable pieces to assemble sometimes tedious-to-code routines. Examples in Julia are included.