CodyIT to Technology@lemmy.worldEnglish · 6 months agoLeft to Right Programminggraic.netexternal-linkmessage-square29linkfedilinkarrow-up154arrow-down14cross-posted to: programming_languages[email protected]
arrow-up150arrow-down1external-linkLeft to Right Programminggraic.netCodyIT to Technology@lemmy.worldEnglish · 6 months agomessage-square29linkfedilinkcross-posted to: programming_languages[email protected]
minus-squarecoherent_domain@infosec.publinkfedilinkEnglisharrow-up1·6 months 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.