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