Comprehension is functional programming too, they arise from list monad www.schoolofhaskell.com/…/13-the-list-monad And Haskell do notation indeed reads top-down, unlike Python, but I find both quite readable.
Comment on Left to Right Programming
fargeol@lemmy.world 4 days ago
That sounds a lot like Functional Programming
coherent_domain@infosec.pub 4 days ago
FishFace@lemmy.world 4 days ago
Except they don’t like functional primitives like
map
unless they’re namespaced to iterable types…