Samsy@lemmy.ml to linuxmemes@lemmy.world · 7 months agobatman or man bat?lemmy.mlimagemessage-square35fedilinkarrow-up1321arrow-down115
arrow-up1306arrow-down1imagebatman or man bat?lemmy.mlSamsy@lemmy.ml to linuxmemes@lemmy.world · 7 months agomessage-square35fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up5·7 months ago↑ This. Haskell makes it super easy to get good CLI filters. All you need to do is interact and process the string it gives you. You’ll automatically get streaming behavior because of laziness without lifting a finger.
↑ This. Haskell makes it super easy to get good CLI filters. All you need to do is
interact
and process the string it gives you. You’ll automatically get streaming behavior because of laziness without lifting a finger.