CodyIT@programming.dev to Technology@lemmy.worldEnglish · 27 days agoLeft to Right Programminggraic.netexternal-linkmessage-square28fedilinkarrow-up152arrow-down15cross-posted to: hackernews@lemmy.bestiver.se
arrow-up147arrow-down1external-linkLeft to Right Programminggraic.netCodyIT@programming.dev to Technology@lemmy.worldEnglish · 27 days agomessage-square28fedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squareFargeol@lemmy.worldlinkfedilinkEnglisharrow-up1·27 days agoThat sounds a lot like Functional Programming
minus-squareFishFace@lemmy.worldlinkfedilinkEnglisharrow-up3·27 days agoExcept they don’t like functional primitives like map unless they’re namespaced to iterable types…
minus-squarecoherent_domain@infosec.publinkfedilinkEnglisharrow-up1·26 days agoComprehension 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.
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.