Re: [Haskell-cafe] A 3-line program that does not work

2009-10-24 Thread Reid Barton
On Sat, Oct 24, 2009 at 01:27:39PM -0700, Philippos Apolinarius wrote: > I have a friend who is an architect. I asked her why she does not use > Haskell, since she is fond of functional programming. She writes her scripts > in Clean, and needs to compile them before using them to generate postscr

Re: [Haskell-cafe] A 3-line program that does not work

2009-10-24 Thread Don Stewart
phi500ac: > I have a friend who is an architect. I asked her why she does not use Haskell, > since she is fond of functional programming. She writes her scripts in Clean, > and needs to compile them before using them to generate postscript diagrams. > In > Haskell, I told her, she could use runghc

Re: [Haskell-cafe] A 3-line program that does not work

2009-10-24 Thread Daniel Fischer
Am Samstag 24 Oktober 2009 22:27:39 schrieb Philippos Apolinarius: > I have a friend who is an architect. I asked her why she does not use > Haskell, since she is fond of functional programming. She writes her > scripts in Clean, and needs to compile them before using them to generate > postscript

[Haskell-cafe] A 3-line program that does not work

2009-10-24 Thread Philippos Apolinarius
I have a friend who is an architect. I asked her why she does not use Haskell, since she is fond of functional programming. She writes her scripts in Clean, and needs to compile them before using them to generate postscript diagrams. In Haskell, I told her, she could use runghc, and skip the com