Re: [Haskell-cafe] New slogan for haskell.org

2007-12-14 Thread Henning Thielemann
On Wed, 12 Dec 2007, Bill Wood wrote: On Wed, 2007-12-12 at 11:19 +, Andrew Coppin wrote: . . . ...and normal programmers care about the Fibonacci numbers because...? Seriously, there are many, many programmers who don't even know what Fibonacci numbers *are*. And even I can't

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-14 Thread Henning Thielemann
On Fri, 14 Dec 2007, Henning Thielemann wrote: Worst case analysis of AVL trees also leads to Fibonacci numbers, as far as I remember. The number of possibilities to arrange bricks of a certain width is also Fibonacci number. In general I think that Fibonacci numbers serve as simple

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-13 Thread Denis Bueno
On 12/12/07, Bill Wood [EMAIL PROTECTED] wrote: On Wed, 2007-12-12 at 11:19 +, Andrew Coppin wrote: . . . ...and normal programmers care about the Fibonacci numbers because...? Seriously, there are many, many programmers who don't even know what Fibonacci numbers *are*. And even I

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-13 Thread Bill Wood
On Thu, 2007-12-13 at 09:55 -0500, Denis Bueno wrote: . . . More importantly for this discussion, however: Fibonacci heaps have nothing to do with calculating the fibonacci numbers, and you don't even need to know what the fibonacci sequence is to use fibonacci heaps. (You discover what it

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Emre Sahin
gwern0 [EMAIL PROTECTED] writes: If the reader is still interested and still takes Haskell seriously after puzzling over the foregoing, this would either be pointless or off-putting. Well, *of course* there are compilers for most computers. You aren't a serious

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Henning Thielemann
On Wed, 12 Dec 2007, Emre Sahin wrote: How do you think the description could be improved? Why don't you let Haskell speak for itself? Instead of putting such buzzwords nobody really understands (and cares), put random problem descriptions and one-line solutions in Haskell. Well

RE: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Bayley, Alistair
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Elkins (Not directed at gwern in particular) I have a better idea. Let's decide to do nothing. The benefits of this approach are: 1) it takes zero effort to implement, 2) the number of people who immediately give up

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Michael Vanier
Bayley, Alistair wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Elkins (Not directed at gwern in particular) I have a better idea. Let's decide to do nothing. The benefits of this approach are: 1) it takes zero effort to implement, 2) the number of

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Andrew Coppin
Emre Sahin wrote: Why don't you let Haskell speak for itself? Instead of putting such buzzwords nobody really understands (and cares), put random problem descriptions and one-line solutions in Haskell. Well known problems like Fibonacci, Quicksort, etc. may be good candidates, even add 1 to all

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Reinier Lamers
Andrew Coppin wrote: Yeah, we should probably set up a seperate list for this stuff... Perhaps you can use http://haskell.org/haskellwiki/?title=Talk:FrontpageDraftaction=edit ? That page is also a better place to fight your edit wars than the front page is. Reinier

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Bill Wood
On Wed, 2007-12-12 at 11:19 +, Andrew Coppin wrote: . . . ...and normal programmers care about the Fibonacci numbers because...? Seriously, there are many, many programmers who don't even know what Fibonacci numbers *are*. And even I can't think of a useful purpose for them. (Unless

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Emre Sahin
Andrew Coppin [EMAIL PROTECTED] writes: [...] Yeah, we should probably set up a seperate list for this stuff... Agreed. :) This type of general discussions cannot be concluded. A board of bored Haskellers socialize themselves. To be honest, I didn't read that thing (in

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-12 Thread Andrew Coppin
Bill Wood wrote: On Wed, 2007-12-12 at 11:19 +, Andrew Coppin wrote: . . . ...and normal programmers care about the Fibonacci numbers because...? Seriously, there are many, many programmers who don't even know what Fibonacci numbers *are*. And even I can't think of a useful purpose

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Wolfgang Jeltsch
Am Mittwoch, 12. Dezember 2007 03:12 schrieb [EMAIL PROTECTED]: FWIW to the discussion about changing the main page, I was reading the CUFP paper and I saw some germane comments (and the writer is apparently one Noel Welsh, whose name I don't see in the thread); the context is a discussion (pg

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Steve Lihn
I have not used Haskell to write large scale program, but I am certainly interested to know the answer to these questions. Can Haskell offer the following as Pythoner boasts? 1. can be used for many kinds of software development. (some may argue yes, but different kinds from what python is good

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Brandon S. Allbery KF8NH
On Dec 11, 2007, at 22:47 , Steve Lihn wrote: 1. can be used for many kinds of software development. (some may argue yes, but different kinds from what python is good for.) This question is somewhat tied to (3), but really the answer is it can be, but you may have to think differently

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread gwern0
On 2007.12.12 03:29:13 +0100, Wolfgang Jeltsch [EMAIL PROTECTED] scribbled 1.6K characters: Am Mittwoch, 12. Dezember 2007 03:12 schrieb [EMAIL PROTECTED]: FWIW to the discussion about changing the main page, I was reading the CUFP paper and I saw some germane comments (and the writer is

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Don Stewart
stevelihn: I have not used Haskell to write large scale program, but I am certainly interested to know the answer to these questions. Can Haskell offer the following as Pythoner boasts? 1. can be used for many kinds of software development. (some may argue yes, but

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Derek Elkins
On Tue, 2007-12-11 at 23:06 -0500, [EMAIL PROTECTED] wrote: On 2007.12.12 03:29:13 +0100, Wolfgang Jeltsch [EMAIL PROTECTED] scribbled 1.6K characters: Am Mittwoch, 12. Dezember 2007 03:12 schrieb [EMAIL PROTECTED]: FWIW to the discussion about changing the main page, I was reading the

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Marc A. Ziegert
i did just read the haskell description from galois [1]. i like 1) ...enabling much higher coding efficiency, in addition to formalisms that greatly ease verification. 2) All programming languages suffer from a semantic gap:... maybe we could compose sth similar to 1) to introduce static typed

Re: [Haskell-cafe] New slogan for haskell.org

2007-12-11 Thread Henning Thielemann
On Tue, 11 Dec 2007 [EMAIL PROTECTED] wrote: The Haskell one is dominated by the technical terms, while the Python one is by more generic features. Let's break them down: Plese, not again. Did you follow the earlier phases of that thread? ___

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-29 Thread Andrew Coppin
Dan Weston wrote: [...] and facilitates borrow-from-the-future techniques where useful with infinite data structures or recursive algorithms. And this, gentlemen, is just one of the reasons why Haskell gets labelled as scary. It's very hard to explain what this enigmatic riddle-like

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-29 Thread jerzy . karczmarczuk
Andrew Coppin writes: Dan Weston wrote: [...] and facilitates borrow-from-the-future techniques where useful with infinite data structures or recursive algorithms. And this, gentlemen, is just one of the reasons why Haskell gets labelled as scary. It's very hard to explain what this

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-29 Thread Andrew Coppin
[EMAIL PROTECTED] wrote: Andrew Coppin writes: Dan Weston wrote: [...] and facilitates borrow-from-the-future techniques where useful with infinite data structures or recursive algorithms. And this, gentlemen, is just one of the reasons why Haskell gets labelled as scary. It's very hard

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Thomas Schilling
On Tue, 2007-11-27 at 23:11 -0500, Sterling Clover wrote: On Nov 27, 2007, at 11:34 AM, David Fox wrote: In that case we need to identify all the groups that the front page is serving and create separate areas for each, all above the fold as it were: 1. A sales pitch for new

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Ian Lynagh
On Wed, Nov 28, 2007 at 09:27:39AM +0100, Thomas Schilling wrote: Sorry, but are you talking of *one* homepage? This can all go into own wiki pages that are aimed at certain audiences, but this really can't all fit on the front page. I'm reminded of http://www.shiregames.com/shiregames/ We

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Thomas Davie
On 28 Nov 2007, at 13:41, Ian Lynagh wrote: On Wed, Nov 28, 2007 at 09:27:39AM +0100, Thomas Schilling wrote: Sorry, but are you talking of *one* homepage? This can all go into own wiki pages that are aimed at certain audiences, but this really can't all fit on the front page. I'm

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Thomas Schilling
I put up a draft page. Feel free to adjust it. http://haskell.org/haskellwiki/FrontpageDraft / Thomas ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Sebastian Sylvan
On Nov 28, 2007 8:54 PM, Thomas Schilling [EMAIL PROTECTED] wrote: I put up a draft page. Feel free to adjust it. http://haskell.org/haskellwiki/FrontpageDraft Perhaps slightly OT, but while we're discussing the front page. Is there any way of getting rid of the numbering on the front

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Thomas Schilling
On Wed, 2007-11-28 at 21:02 +, Sebastian Sylvan wrote: On Nov 28, 2007 8:54 PM, Thomas Schilling [EMAIL PROTECTED] wrote: I put up a draft page. Feel free to adjust it. http://haskell.org/haskellwiki/FrontpageDraft Perhaps slightly OT, but while we're discussing the front page.

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Sebastian Sylvan
On Nov 28, 2007 9:30 PM, Thomas Schilling [EMAIL PROTECTED] wrote: On Wed, 2007-11-28 at 21:02 +, Sebastian Sylvan wrote: On Nov 28, 2007 8:54 PM, Thomas Schilling [EMAIL PROTECTED] wrote: I put up a draft page. Feel free to adjust it.

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-28 Thread Dan Weston
* Static typing, which increases robustness by allowing the compiler to catch many common errors automatically. * Type inference, which deduces types automatically and frees the programmer from writing superfluous type signatures. * Higher order functions, polymorphism, and

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Ketil Malde
Thomas Schilling [EMAIL PROTECTED] writes: Haskell is a general-purpose, pure functional programming languages that puts many interesting results from research into a practical programming language. It's features include: * Static typing with type inference: enables writing robust and fast

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Thomas Schilling
On Mon, 2007-11-26 at 20:31 -0800, David Fox wrote: On Nov 26, 2007 11:38 AM, Thomas Schilling [EMAIL PROTECTED] wrote: Haskell is a general-purpose, pure functional programming languages that puts many interesting results from research into a

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread David Menendez
On Nov 26, 2007 1:44 PM, Thomas Davie [EMAIL PROTECTED] wrote: But the point is that this section of the site is the bit that's meant to be an advertisement -- we're trying to encourage people to read more, Are we? I thought Haskell.org was intended to describe what Haskell *is*. There are

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Thomas Davie
On 27 Nov 2007, at 14:44, David Menendez wrote: On Nov 26, 2007 1:44 PM, Thomas Davie [EMAIL PROTECTED] wrote: But the point is that this section of the site is the bit that's meant to be an advertisement -- we're trying to encourage people to read more, Are we? I thought Haskell.org was

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Thomas Schilling
On Tue, 2007-11-27 at 09:44 -0500, David Menendez wrote: On Nov 26, 2007 1:44 PM, Thomas Davie [EMAIL PROTECTED] wrote: But the point is that this section of the site is the bit that's meant to be an advertisement -- we're trying to

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Henning Thielemann
On Tue, 27 Nov 2007, Thomas Davie wrote: On 27 Nov 2007, at 14:44, David Menendez wrote: On Nov 26, 2007 1:44 PM, Thomas Davie [EMAIL PROTECTED] wrote: But the point is that this section of the site is the bit that's meant to be an advertisement -- we're trying to encourage people to

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread David Fox
On Nov 27, 2007 8:14 AM, Henning Thielemann [EMAIL PROTECTED] wrote: On Tue, 27 Nov 2007, Thomas Davie wrote: On 27 Nov 2007, at 14:44, David Menendez wrote: On Nov 26, 2007 1:44 PM, Thomas Davie [EMAIL PROTECTED] wrote: But the point is that this section of the site is the bit

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Thomas Schilling
On Tue, 2007-11-27 at 08:34 -0800, David Fox wrote: On Nov 27, 2007 8:14 AM, Henning Thielemann [EMAIL PROTECTED] wrote: On Tue, 27 Nov 2007, Thomas Davie wrote: On 27 Nov 2007, at 14:44, David Menendez wrote: On Nov 26, 2007 1:44 PM,

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Graham Fawcett
On Nov 27, 2007 11:14 AM, Henning Thielemann [EMAIL PROTECTED] wrote: I think this is true, but for me it means, that we do not need another advertisement at Haskell.org, but facts. I also expect that people visiting the site already know about static typing and have categorized themselves

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-27 Thread Sterling Clover
On Nov 27, 2007, at 11:34 AM, David Fox wrote: In that case we need to identify all the groups that the front page is serving and create separate areas for each, all above the fold as it were: 1. A sales pitch for new users. I see how much this disturbs some people, but maybe it is

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-26 Thread Henning Thielemann
On Thu, 4 Oct 2007, Don Stewart wrote: The Haskell website has the rather strange motivational text: Haskell is a general purpose, purely functional programming language featuring static typing, higher order functions, polymorphism, type classes, and monadic effects. Haskell

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-26 Thread Henning Thielemann
On Mon, 26 Nov 2007, Thomas Davie wrote: On 26 Nov 2007, at 15:15, Henning Thielemann wrote: On Thu, 4 Oct 2007, Don Stewart wrote: The Haskell website has the rather strange motivational text: Haskell is a general purpose, purely functional programming language featuring

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-26 Thread Thomas Davie
On 26 Nov 2007, at 15:50, Henning Thielemann wrote: On Mon, 26 Nov 2007, Thomas Davie wrote: On 26 Nov 2007, at 15:15, Henning Thielemann wrote: On Thu, 4 Oct 2007, Don Stewart wrote: The Haskell website has the rather strange motivational text: Haskell is a general purpose, purely

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-26 Thread Thomas Schilling
On Thu, 2007-10-04 at 10:36 -0700, Don Stewart wrote: It was raised at CUFP today that while Python has: Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-26 Thread Andrew Coppin
Thomas Davie wrote: But the point is that this section of the site is the bit that's meant to be an advertisement -- we're trying to encourage people to read more, and quite frankly, making it a fist full of links would make at least me think Well bugger this if I have to read 10 pages before

Re: [Haskell-cafe] New slogan for haskell.org

2007-11-26 Thread David Fox
On Nov 26, 2007 11:38 AM, Thomas Schilling [EMAIL PROTECTED] wrote: Haskell is a general-purpose, pure functional programming languages that puts many interesting results from research into a practical programming language. It's features include: I think it is stronger to say many

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-23 Thread Jonathan Cast
On Fri, 2007-10-12 at 19:33 -0400, Brandon S. Allbery KF8NH wrote: On Oct 12, 2007, at 18:35 , Albert Y. C. Lai wrote: You are not expected to be convinced this, but it seems continuations completely characterize system programming. :) Didn't someone already prove all monads can be

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-12 Thread Albert Y. C. Lai
Tim Newsham wrote: You are not expected to understand this. http://swtch.com/unix/ Hehehe! Elite system programmers understand it. If it is rephrased in terms of continuations, elite lambda calculus programmers will also understand it. You are not expected to be convinced this, but it

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-12 Thread Brandon S. Allbery KF8NH
On Oct 12, 2007, at 18:35 , Albert Y. C. Lai wrote: You are not expected to be convinced this, but it seems continuations completely characterize system programming. :) Didn't someone already prove all monads can be implemented in terms of Cont? (here you see why schemers are so wedded

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-12 Thread Don Stewart
allbery: On Oct 12, 2007, at 18:35 , Albert Y. C. Lai wrote: You are not expected to be convinced this, but it seems continuations completely characterize system programming. :) Didn't someone already prove all monads can be implemented in terms of Cont? Cont and StateT, wasn't

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-11 Thread Henning Thielemann
On Wed, 10 Oct 2007, Seth Gordon wrote: Aha! Instead of the lambda surrounded by mathematical stuff as the haskell.org logo, we need a picture of a medicine bottle. Haskell. Fewer headaches. No side effects. Alternatively, a picture of a red pill with an embossed lambda... A snake

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-11 Thread Sebastian Sylvan
On 10/10/2007, Seth Gordon [EMAIL PROTECTED] wrote: Nervous? Anxious? You found an irreproducable bug in your program and have to fix it until tomorrow? You feel that your code needs essential cleanup, but you postponed it for long in order to not introduce new bugs? You can hardly

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-11 Thread Jonathan Cast
On Wed, 2007-10-10 at 21:45 -0400, Brandon S. Allbery KF8NH wrote: On Oct 10, 2007, at 20:14 , Michael Vanier wrote: I haven't been following this discussion closely, but here's an idea: use reverse psychology. Haskell -- You're probably not smart enough to understand it. Nothing

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-11 Thread Donn Cave
On Thu, 11 Oct 2007, Jonathan Cast wrote: On Wed, 2007-10-10 at 21:45 -0400, Brandon S. Allbery KF8NH wrote: [... re programming language machismo ... ] Haskell already has that reputation, and so far as I've seen most programmers conclude they shouldn't waste time on it when any half-

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-11 Thread Andrew Coppin
Michael Vanier wrote: I haven't been following this discussion closely, but here's an idea: use reverse psychology. Haskell -- You're probably not smart enough to understand it. Nothing like appealing to people's machismo to get them interested. Oooo! +15

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-11 Thread Tim Newsham
Haskell -- You're probably not smart enough to understand it. You are not expected to understand this. http://swtch.com/unix/ Tim Newsham http://www.thenewsh.com/~newsham/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Henning Thielemann
On Tue, 9 Oct 2007, Seth Gordon wrote: Henning Thielemann wrote: In my experience only the other way round works: Let people use C, Perl and Python until they find their programs unmaintainable. Then they will become interested in style and discipline and programming languages which

RE: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Peter Verswyvelen
Henning Thielemann wrote: There are warrantedly no side effects. It's scientifically approved. Available without prescription. :) Yes, but doctor, my space is leaking! ;-) ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Peter Verswyvelen
Henning Thielemann wrote: It's scientifically approved. Available without prescription. Doctor doctor, can you curry me? Okay, I'm gonna stop now :-) ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Calvin Smith
Claus Reinke wrote: since this doesn't seem to want to go away:-) 1. reverse psychology approach ... 2. mantra approach ... 3. secret cult approach ... 4. reach for the moon approach ... 5. The fun approach: Haskell: we put the Fun in Functor. I'm only half-joking, because for me

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Seth Gordon
Nervous? Anxious? You found an irreproducable bug in your program and have to fix it until tomorrow? You feel that your code needs essential cleanup, but you postponed it for long in order to not introduce new bugs? You can hardly maintain the code as it grows and grows? Pause a minute!

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Seth Gordon
Aha! Instead of the lambda surrounded by mathematical stuff as the haskell.org logo, we need a picture of a medicine bottle. Haskell. Fewer headaches. No side effects. Alternatively, a picture of a red pill with an embossed lambda... ___

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Andrew Coppin
Seth Gordon wrote: Aha! Instead of the lambda surrounded by mathematical stuff as the haskell.org logo, we need a picture of a medicine bottle. Haskell. Fewer headaches. No side effects. Alternatively, a picture of a red pill with an embossed lambda... I can hear millions of CS

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Andrew Coppin
Henning Thielemann wrote: On Mon, 8 Oct 2007, Alistair Bayley wrote: On 08/10/2007, Henning Thielemann [EMAIL PROTECTED] wrote: You cannot turn any programmer into a disciplined programmer just by giving him a well designed language. I you try so, they will not like to use that language,

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Andrew Coppin
Derek Elkins wrote: On Mon, 2007-10-08 at 20:54 +1000, Thomas Conway wrote: I must say, I get that! but at the same time, of course, the high level abstraction is exactly what *we* love about Haskell. Then they should teach assembly not Python. In fact, I'd recommend assembly anyway.

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Andrew Coppin
How about we just steal the BBC's slogan? Where different works ;-) Say what you like about Haskell, but it is undeniably very different to mainstream programming languages. This in itself is a potential advantage (and problem). ___ Haskell-Cafe

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Philippa Cowderoy
On Wed, 10 Oct 2007, Andrew Coppin wrote: (I'm less sold on whether you really need to learn a particular dialect well enough to *program* in it...) If you don't then you won't be able to see how complicated things actually get done. It's also an important exercise in abstracting things

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Derek Elkins
On Wed, 2007-10-10 at 23:48 +0100, Philippa Cowderoy wrote: On Wed, 10 Oct 2007, Andrew Coppin wrote: (I'm less sold on whether you really need to learn a particular dialect well enough to *program* in it...) If you don't then you won't be able to see how complicated things actually

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Michael Vanier
I haven't been following this discussion closely, but here's an idea: use reverse psychology. Haskell -- You're probably not smart enough to understand it. Nothing like appealing to people's machismo to get them interested. Mike Seth Gordon wrote: Aha! Instead of the lambda surrounded by

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Dan Weston
What we really need is a sort of stress-strain curve for each of the major languages. Since Haskell is a typed language, we can have one curve for types and one for values: VARIABLE TYPEVALUE ---

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-10 Thread Brandon S. Allbery KF8NH
On Oct 10, 2007, at 20:14 , Michael Vanier wrote: I haven't been following this discussion closely, but here's an idea: use reverse psychology. Haskell -- You're probably not smart enough to understand it. Nothing like appealing to people's machismo to get them interested. Haskell

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-09 Thread Henning Thielemann
On Mon, 8 Oct 2007, Derek Elkins wrote: On Mon, 2007-10-08 at 20:54 +1000, Thomas Conway wrote: I must say, I get that! but at the same time, of course, the high level abstraction is exactly what *we* love about Haskell. Then they should teach assembly not Python. In fact, I'd recommend

RE: [Haskell-cafe] New slogan for haskell.org

2007-10-09 Thread Peter Verswyvelen
: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] New slogan for haskell.org On Mon, 8 Oct 2007, Derek Elkins wrote: On Mon, 2007-10-08 at 20:54 +1000, Thomas Conway wrote: I must say, I get that! but at the same time, of course, the high level abstraction is exactly what *we* love about

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-09 Thread Seth Gordon
Henning Thielemann wrote: In my experience only the other way round works: Let people use C, Perl and Python until they find their programs unmaintainable. Then they will become interested in style and discipline and programming languages which _support_ good style. Perhaps this could be

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Alistair Bayley
On 05/10/2007, Andrew Coppin [EMAIL PROTECTED] wrote: So the question becomes: do you want to attract/seduce this kind of programmer? Let's assume the answer is yes :-) Um... that assumpion troubles me. ... I think if we want to get anywhere we need to look at targeting people whom

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Henning Thielemann
On Mon, 8 Oct 2007, Alistair Bayley wrote: I posed the question: do we want to attract this kind of programmer? My personal opinion, which some of you obviously don't share, is yes. It isn't about whether or not the Haskell community needs those sorts of programmers. It's whether or not those

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Thomas Conway
I just had a conversation today that seems relevant to this thread. I was chatting with a friend who is working in the academic sector, and I was observing that Melbourne Uni (my old school), is switching in the new year from teaching Haskell as a first language, to teaching Python. I was

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread David Menendez
On 10/8/07, Alistair Bayley [EMAIL PROTECTED] wrote: I realise that a large influx of mediocre programmers will have a negative effect on the community, but is that a reasonable price to pay? I understand that may of you love a small, intimate, high-quality community, but perhaps that will

RE: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread bf3
Stewart Cc: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] New slogan for haskell.org I just had a conversation today that seems relevant to this thread. I was chatting with a friend who is working in the academic sector, and I was observing that Melbourne Uni (my old school), is switching

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Thomas Conway
On 10/8/07, Alistair Bayley [EMAIL PROTECTED] wrote: For me, a large part of Haskell's attraction are the features which reflect good engineering practice: strong, static type checking; purely functional code; good FFI. It should be easier to write simple, reliable software in Haskell than in

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Alistair Bayley
On 08/10/2007, Henning Thielemann [EMAIL PROTECTED] wrote: You cannot turn any programmer into a disciplined programmer just by giving him a well designed language. I you try so, they will not like to use that language, will leave that language as soon as possible or they try to adapt the

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Henning Thielemann
On Mon, 8 Oct 2007, Alistair Bayley wrote: On 08/10/2007, Henning Thielemann [EMAIL PROTECTED] wrote: You cannot turn any programmer into a disciplined programmer just by giving him a well designed language. I you try so, they will not like to use that language, will leave that language as

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread David Menendez
On 10/8/07, Henning Thielemann [EMAIL PROTECTED] wrote: Thus, what happens today? People ask Haskell-Cafe how to implement global variables and they are advised to use IORefs and unsafePerformIO, although the better answer is: Why do you want to do this? Even Tackling the awkward squad

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Derek Elkins
On Mon, 2007-10-08 at 20:54 +1000, Thomas Conway wrote: I just had a conversation today that seems relevant to this thread. I was chatting with a friend who is working in the academic sector, and I was observing that Melbourne Uni (my old school), is switching in the new year from teaching

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Claus Reinke
since this doesn't seem to want to go away:-) 1. reverse psychology approach if you have reached this page following rumours of a language others told you every serious programmer would have to learn, the ministry of programming would like to reassure you that there is no such

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Bernie Pope
On 08/10/2007, at 8:54 PM, Thomas Conway wrote: I just had a conversation today that seems relevant to this thread. I was chatting with a friend who is working in the academic sector, and I was observing that Melbourne Uni (my old school), is switching in the new year from teaching Haskell as

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-08 Thread Manuel M T Chakravarty
Don Stewart wrote, catamorphism: On 10/4/07, Don Stewart [EMAIL PROTECTED] wrote: It was raised at CUFP today that while Python has: Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-06 Thread Don Stewart
bf3: For me, a good reason why one should look at Haskell is because you should NOT look at Haskell since it will change your view on programming so much, you don't want to go back... ;-) But where is the great IDE Haskell deserves??? :-) Seriously, 99% of the programmers I know don't

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-06 Thread Martin DeMello
On 10/5/07, Don Stewart [EMAIL PROTECTED] wrote: It has been suggested we could just sit DrScheme in front of ghc/ghci. Anyone with experience who'd like to step up for this? Note that there's a DrOCaml, which might be a good starting point. martin

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Albert Y. C. Lai
Don Stewart wrote: It was raised at CUFP today that while Python has: Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive

RE: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Bayley, Alistair
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Stewart It was raised at CUFP today that while Python has: ... Note its all about how it can help you. The Haskell website has the rather strange motivational text: ... Can't we embrace the power of

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Henning Thielemann
On 10/4/07, Don Stewart [EMAIL PROTECTED] wrote: It was raised at CUFP today that while Python has: Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Henning Thielemann
On Fri, 5 Oct 2007, Albert Y. C. Lai wrote: Granted, perhaps your perspective is, if every other company is shouting customers are number one, then ours must too, and who actually lives up to it is the non-sequitur here. You're in the buzzword war, not the evidence war. OK, then make sure

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Laurent Deniau
Henning Thielemann wrote: On Fri, 5 Oct 2007, Albert Y. C. Lai wrote: Granted, perhaps your perspective is, if every other company is shouting customers are number one, then ours must too, and who actually lives up to it is the non-sequitur here. You're in the buzzword war, not the evidence

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Laurent Deniau
Henning Thielemann wrote: Productivity, robustness, maintainability: purity, type system, etc. Parallelism! 'type system' is something where C derivatives and scripting languages are weak - but their users count this as advantage. Rarely (maybe in the 70's but not since C89). They count

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Henning Thielemann
On Fri, 5 Oct 2007, Laurent Deniau wrote: Henning Thielemann wrote: Productivity, robustness, maintainability: purity, type system, etc. Parallelism! 'type system' is something where C derivatives and scripting languages are weak - but their users count this as advantage. Rarely

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Don Stewart
lemming: On Fri, 5 Oct 2007, Albert Y. C. Lai wrote: Granted, perhaps your perspective is, if every other company is shouting customers are number one, then ours must too, and who actually lives up to it is the non-sequitur here. You're in the buzzword war, not the evidence war. OK,

Re: [Haskell-cafe] New slogan for haskell.org

2007-10-05 Thread Laurent Deniau
Henning Thielemann wrote: On Fri, 5 Oct 2007, Laurent Deniau wrote: Henning Thielemann wrote: Productivity, robustness, maintainability: purity, type system, etc. Parallelism! 'type system' is something where C derivatives and scripting languages are weak - but their users count this

  1   2   >