That sounds a lot like Functional Programming
Except they don't like functional primitives like map unless they're namespaced to iterable types...
map
Comprehension is functional programming too, they arise from list monad https://www.schoolofhaskell.com/school/starting-with-haskell/basics-of-haskell/13-the-list-monad And Haskell do notation indeed reads top-down, unlike Python, but I find both quite readable.
This is a most excellent place for technology news and articles.
That sounds a lot like Functional Programming
Except they don't like functional primitives like
map
unless they're namespaced to iterable types...Comprehension is functional programming too, they arise from list monad https://www.schoolofhaskell.com/school/starting-with-haskell/basics-of-haskell/13-the-list-monad And Haskell do notation indeed reads top-down, unlike Python, but I find both quite readable.