Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-28 Thread Udo Stenzel
[EMAIL PROTECTED] wrote: > what are the advantages of haskell over semi-functional programming languages > such as Perl, Common Lisp, etc.? A fundamental building block that is superior in maintainability and reusability to objects and procedures, a type system that is actually of help and not a h

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-28 Thread Robert Daniel Emerson
Dear Phiroc, I am also a newbie to Haskell, but I also must confess having a sort of religious conversion. I also admit that the learning curve for Haskell, and in particular associated theory is steep, and I am only on the fist rung of the ladder. Some of what I say here has been echoed by oth

RE: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-27 Thread Taillefer, Troy (EXP)
elujah ? Troy Taillefer Java chimpanzee From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Sylvan Sent: Thursday, April 26, 2007 1:27 PM To: [EMAIL PROTECTED] Cc: haskell@haskell.org Subject: Re: [Haskell] Newbie: what are the advantages of Hask

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread Keith Fahlgren
On 4/26/07 10:13 AM, Joe Thornber wrote: > On 26/04/07, Johannes Waldmann <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >> >> > [...] semi-functional programming languages such as Perl [...] >> >> now this is an interesting view ... > > I seem to remember someone writing a book on functio

RE: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread Taillefer, Troy (EXP)
day these components will actually get written. Troy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, April 26, 2007 12:48 PM To: haskell@haskell.org Subject: [Haskell] Newbie: what are the advantages of Haskell? Hello, wh

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread mike clemow
Phiroc, I'm new to these ideas too--especially since my college math training is non-existent. I found the following wikipedia articles particularly illuminating on the topic of side-effects: http://en.wikipedia.org/wiki/Side_effect_%28computer_science%29 and http://en.wikipedia.org/wiki/Refe

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread Rob Hoelz
[EMAIL PROTECTED] wrote: > Hello, > > what are the advantages of haskell over semi-functional programming > languages such as Perl, Common Lisp, etc.? > > What are the mysterious "side effects" which are avoided by using > Haskell, which everyone talks about? Null pointers? > > Don't you ever g

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread Sebastian Sylvan
(note to Haskellers: Yeah, I'm handwaving things here, no need to point out counter-examples to my generalisations!) On 4/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: We'll do this one first: What are the mysterious "side effects" which are avoided by using Haskell, which everyone talks a

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread Joe Thornber
On 26/04/07, Johannes Waldmann <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > [...] semi-functional programming languages such as Perl [...] now this is an interesting view ... I seem to remember someone writing a book on functional programming in Perl, which seemed odd to me. - Joe _

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread phiroc
If this is interesting then please enlighten a poor, ignorant PERL hacker. Quoting Johannes Waldmann <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > > [...] semi-functional programming languages such as Perl [...] > > now this is an interesting view ... > > __

Re: [Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread Johannes Waldmann
[EMAIL PROTECTED] wrote: [...] semi-functional programming languages such as Perl [...] now this is an interesting view ... ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Newbie: what are the advantages of Haskell?

2007-04-26 Thread phiroc
Hello, what are the advantages of haskell over semi-functional programming languages such as Perl, Common Lisp, etc.? What are the mysterious "side effects" which are avoided by using Haskell, which everyone talks about? Null pointers? Don't you ever get null pointers in Haskell, including when