Re[2]: compiler-independent core libraries infrastructure

2006-09-15 Thread Bulat Ziganshin
Hello Ian, Friday, September 15, 2006, 8:20:36 PM, you wrote: >> what is a 'base' library now? it is the library that implements common set >> of operations for latest versions of ghc, hugs and nhc. it contains >> low-level implementation for ghc, but relies on separate hugsbase >> package for hu

Re: compiler-independent core libraries infrastructure

2006-09-15 Thread Ian Lynagh
Hi Bulat, Just a partial answer for now: On Wed, Sep 13, 2006 at 12:29:58PM +0400, Bulat Ziganshin wrote: > > Friday, September 8, 2006, 5:52:57 AM, you wrote: > > what is a 'base' library now? it is the library that implements common set > of operations for latest versions of ghc, hugs and nh

Re[2]: compiler-independent core libraries infrastructure

2006-09-15 Thread Bulat Ziganshin
Hello Neil, Thursday, September 14, 2006, 6:14:30 PM, you wrote: >> then, a base library may be written against "virtual Haskell compiler", >> which provides uniform set of low-level features while 'base' decorates >> these features with user-friendly interfaces > Nice idea. There are a few prac