Manuel M. T. Chakravarty wrote > I get > > C++ (your program) : 0.31s > Haskell (above prgm): 2.63s That's really besides the point - I have a Prolog program (no cheating !) that solves it in 80 ms with Yap (a Prolog interpreter) on a Linux Pentium 166MHz. Solving the generic problem is what you want to compete with C on. And feasability, not speed. Cheers Bart Demoen
- Cryptarithm solver - Haskell vs. C++ Mark Engelberg
- Re: Cryptarithm solver - Haskell vs. C++ Lennart Augustsson
- Re: Cryptarithm solver - Haskell vs. C++ Fergus Henderson
- Re: Cryptarithm solver - Haskell vs. C++ Juergen Pfitzenmaier
- Re: Cryptarithm solver - Haskell vs. C++ Adrian Hey
- Re: Cryptarithm solver - Haskell vs. C++ Manuel M. T. Chakravarty
- Re: Cryptarithm solver - Haskell vs. C++ Lennart Augustsson
- Re: Cryptarithm solver - Haskell vs. C++ Lennart Augustsson
- Re: Cryptarithm solver - Haskell vs. C++ Bart Demoen
- Re: Cryptarithm solver - Haskell vs. C++ Herbert Graeber
- Re: Cryptarithm solver - Haskell vs. C++ Fergus Henderson
- Re: Cryptarithm solver - Haskell vs. C++ Manuel M. T. Chakravarty
- Re: Cryptarithm solver - Haskell vs. C++ Manuel M. T. Chakravarty
- Re: Cryptarithm solver - Haskell vs. C++ S.D.Mechveliani
- Re: Cryptarithm solver - Haskell vs. C++ Marcin 'Qrczak' Kowalczyk
- Re: Cryptarithm solver - Haskell vs. C++ George Russell
- Re: Cryptarithm solver - Haskell vs. C++ D. Tweed
- Re: Cryptarithm solver - Haskell vs. C++ Jan Skibinski
- Re: Cryptarithm solver - Haskell vs. C++ Bjorn Lisper