Core libs summary

Alastair David Reid reid@cs.utah.edu
02 Jul 2001 12:16:10 -0600


> The down side is that Hugs' startup times will be longer if it has
> to chase several modules in order to satisfy the Prelude's imports.

Note that Hugs currently only allows one module at startup so
Prelude.hs cannot have any imports.

I removed this restriction very early in the development of STG-Hugs
and hope to sort through the commit log (on the Yale CVS tree, I
suspect) soon to find the necessary changes and apply them to Classic
Hugs.  (The changes are small but a little tricky.)

-- 
Alastair Reid        reid@cs.utah.edu        http://www.cs.utah.edu/~reid/