Re: Haskell's efficiency

1999-09-24 Thread Oege de Moor
As one of the authors of this paper, I'd like to echo Manuel's warning about quoting out of context. The paper is about Haskell as a tool in designing and presenting algorithms, not about performance. The Haskell program was written for clarity, to explain a fairly tricky algorithm. The figures

Re: Haskell's efficiency

1999-09-24 Thread Marko Schuetz
"Jonathan" == Jonathan King [EMAIL PROTECTED] writes: Jonathan On Thu, 23 Sep 1999, Manuel M. T. Chakravarty wrote: [EMAIL PROTECTED] (Marcin 'Qrczak' Kowalczyk) wrote, S.D.Mechveliani [EMAIL PROTECTED] pisze: So far, no clear progrm example appeared in this list to demonstrate

Re: Haskell's efficiency

1999-09-23 Thread Manuel M. T. Chakravarty
[EMAIL PROTECTED] (Marcin 'Qrczak' Kowalczyk) wrote, S.D.Mechveliani [EMAIL PROTECTED] pisze: So far, no clear progrm example appeared in this list to demonstrate Haskell's in-efficiency in comparison to other languages. I have not done benchmarking myself yet, but in

Re: Haskell's efficiency

1999-09-23 Thread Marcin 'Qrczak' Kowalczyk
Thu, 23 Sep 1999 14:19:54 +0900, Manuel M. T. Chakravarty [EMAIL PROTECTED] pisze: The fact that the given URL simply produces a "not found" error message on my machine, I am sorry, I didn't know it was no longer there. I am putting it in http://kki.net.pl/qrczak/bridging.ps.gz PS: I am

Re: Haskell's efficiency

1999-09-23 Thread Jonathan King
On Thu, 23 Sep 1999, Manuel M. T. Chakravarty wrote: [EMAIL PROTECTED] (Marcin 'Qrczak' Kowalczyk) wrote, S.D.Mechveliani [EMAIL PROTECTED] pisze: So far, no clear progrm example appeared in this list to demonstrate Haskell's in-efficiency in comparison to other languages. I have

Haskell's efficiency

1999-09-22 Thread S.D.Mechveliani
Juergen Pfitzenmaier [EMAIL PROTECTED] wrote P I dont't care very much how fast a program runs. I care about how P long it takes me to write it. If you take a programming task of P reasonable complexity you will finish *months* earlier using a P --good-- functional language instead of C++. P P

Re: Haskell's efficiency

1999-09-22 Thread Marcin 'Qrczak' Kowalczyk
Wed, 22 Sep 1999 14:26:03 +0400 (MSD), S.D.Mechveliani [EMAIL PROTECTED] pisze: So far, no clear progrm example appeared in this list to demonstrate Haskell's in-efficiency in comparison to other languages. I have not done benchmarking myself yet, but in

Re: Haskell's efficiency

1999-09-22 Thread Ralf Muschall
S.D.Mechveliani wrote: Thus, the recent example with the Cryptarithm solver was a very in-correct comparison, due to the unknown permutation generating order. I did not study the problem in detail, but I think giving it an unsolvable puzzle would force it to try *all* permutations, thus