- What packages should Hoogle search by default? All of hackage? The base libraries? Only the packages a user has installed? Only packages that make it in to the Haskell Platform?
- What groups of packages should Hoogle have available? Each package individually? All packages which compile on Windows? All packages by a certain author? All packages whose minor version number is even?
- What UI should Hoogle show? Should there be checkboxes for each os's package? Should their be a checkbox for each compiler/version? Should their be no UI but some documentation?
And these questions present a number of trade offs:
- The packages have to be divided under sensible and clear lines - I don't want to (and shouldn't) arbitrate divisions like "good" or "popular".
- The more packages you search, the less relevant the results will be.
- The fewer packages you search, the more chance that you miss something.
- The more UI that is added the more confusing things get.
- My development time for Hoogle derives Bounded, Finite and increasingly also derives Small.
Thoughts and suggestions are very welcome. I've set up a wiki page to track peoples thoughts, please make your view and arguments known: http://haskell.org/haskellwiki/Hoogle/Packages.
(As an aside, I recently found that dolphin friendly tuna is actually really harmful to the environment, far more harmful than dolphin unfriendly tuna. Read more here.)
2 comments:
Possibly just as a starting point allow Hoogle to search all of Hackage (maybe just a checkbox option for this?)... I often find myself wanting this functionality.
Porges: I agree, hopefully I'll get to it shortly...
Post a Comment