Re: What is Hugs 98?

2000-08-14 Thread Jeffrey Straszheim
> I have to study Hugs98 to learn more about programming languages, > and i want to know what is Hugs98 and what is Haskell, can someone > tell me? Haskell is a programming language. More specifically, it is a functional programming language. Even more specifically, it is a pure, strongly-type

What is Hugs 98?

2000-08-14 Thread Luciano
        I have to study Hugs98 to learn more about programming languages, and i want to know what is Hugs98 and what is Haskell, can someone tell me?                                                                                   Thanks,                                                

Re: Haskell and the NGWS Runtime

2000-08-14 Thread Craig Dickson
Benjamin Leon Russell wrote: > Tyson Dowd <[EMAIL PROTECTED]> wrote: > > On 11-Aug-2000, Craig Dickson <[EMAIL PROTECTED]> wrote: > > > > > > > > > will be coming from C and C++ where it is perfectly > > > normal to do all sorts of things that the compiler > > > cannot guarantee to be safe. Thi

Re: Haskell and the NGWS Runtime

2000-08-14 Thread Benjamin Leon Russell
On Sun, 13 Aug 2000 22:36:42 +1000 Tyson Dowd <[EMAIL PROTECTED]> wrote: > On 11-Aug-2000, Craig Dickson <[EMAIL PROTECTED]> wrote: > > Antony Courtney wrote: > > > > > > > will be coming from C and C++ where it is perfectly > normal to do all sorts > > of things that the compiler cannot guar

Re: GC in embedded systems (was Re: Haskell and the NGWSRuntime)

2000-08-14 Thread George Russell
Sengan wrote: > > MLKit's regions rather than garbage collection? > > Where could I find more info on that? http://www.it-c.dk/research/mlkit/ Though as someone said, this may not be directly applicable to Haskell, because lazy application could make things harder.