[Haskell-cafe] A little toy of Haskell Trivia
Steve Lihn
stevelihn at gmail.com
Wed Feb 20 16:22:58 EST 2008
I proudly announce a little toy that lists the frequency of modules
being imported by other modules. Do you know Control.Monad is the most
frequently imported module? I did not!
Currently it only includes GHC 6.8 core library. If you have any idea
how to parse through HackageDB code, please let me know.
http://haskell.ecoin.net/cgi-bin/modules.pl
Disclaimer: This is entirely for fun. It is by no means accurate or
complete. I only spent a couple hours on a little perl script and a
mysql table...
More information about the Haskell-Cafe
mailing list