Concatenative Programming @programming.dev Andy @programming.dev 2mo ago NeoHaskell neohaskell.org NeoHaskell A Haskell dialect to think less and do more Link Actions This example is my justification for posting it here: haskell "NeoHaskell is cool" |> Text.toWordList |> List.map Text.length |> List.map (\x -> x * x) |> List.takeIf Int.isEven