NeoHaskell
A Haskell dialect to think less and do more
This example is my justification for posting it here:
"NeoHaskell is cool" |> Text.toWordList |> List.map Text.length |> List.map (\x -> x * x) |> List.takeIf Int.isEven