CodyIT@programming.dev to Technology@lemmy.worldEnglish · 29 days agoLeft to Right Programminggraic.netexternal-linkmessage-square27fedilinkarrow-up139arrow-down13
arrow-up136arrow-down1external-linkLeft to Right Programminggraic.netCodyIT@programming.dev to Technology@lemmy.worldEnglish · 29 days agomessage-square27fedilink
minus-squarecoherent_domain@infosec.publinkfedilinkEnglisharrow-up1·29 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.
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.