The Yi editor, written in Haskel, I believe does hot code reloading as well.
The XMonad window manager can be recompiled and reload while keeping your windows up (the configuration file is actually Haskell code).
---
Yes, hot code reloading is bloody useful. It is also perfectly compatible with static typing. I see no good reason for statically typed languages to have worse support for it.