Few days ago I saw a post about using hieroglyph unicode characters in Haskell to write fully functional haskell code. They shown an example of map
function. A function that applies a function to a collection of items. Pretty much how foreach
does in PowerShell.
I thought this was fun, and tweeted this: