Functional Programming in the Real World
Here is a list of functional programs applied to real-world tasks. The main criterion for being real-world is that the program was written primarily to perform some task, not primarily to experiment with functional programming. Functional is used in the broad sense that includes both `pure' programs (no side effects) and `impure' (some use of side effects). Languages covered include CAML, Clean, Erlang, Haskell, Miranda, Scheme, SML, and others. (
more)
ClearCase: The ten best scripts
If you got tired of Rational ClearCase's unability to perform recursive actions, here is a solution -
ClearCase: The ten best scripts. It literally saved me a day today when I needed to add a solution containing 20 projects and roughly 1400 files in them to Source Control.