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 1 month ago
That sounds a lot like Functional Programming
coherent_domain@infosec.pub 1 month ago
FishFace@lemmy.world 1 month ago
Except they don’t like functional primitives like
map
unless they’re namespaced to iterable types…