Today a small tutorial for beginner Haskell programmers, wondering what
to do with the language. We implement a range of common unix tools as
Haskell one liners, using a "just show me the code" philosophy. The
examples should help give a flavour of the beauty and expressiveness of
Haskell programming. Here's a preview of complete programs:
cat = input id
srt = input sort
tac = input reverse
uniq = input nub
Read the tutorial.
/home ::
/haskell ::
permalink ::
rss