> 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
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,
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
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
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.