Timothy Sample <[email protected]> writes:
>> I’ve been >> wondering whether guile scales well with module size. It appears that >> circular >> imports between package modules are not a problem? Personally I’d like to >> see the haskell compiler in a different module from hackage modules. > > We are moving towards this in general. The “guile.scm” and > “guile-xyz.scm” split is a recent example of this. Separating the compiler packages from the libraries and applications written in the language is a goal. We need the work to be done for at least Java and for Haskell. -- Ricardo
