NeoHaskell
NeoHaskell

neohaskell.org
NeoHaskell

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
NeoHaskell
NeoHaskell
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