On 20 Feb 2009, at 18:37, Bulat Ziganshin wrote:

Hello Thomas,

Friday, February 20, 2009, 8:22:33 PM, you wrote:

doesn't matter for testing speed

okay then, I wrote a faster Haskell version:

main = print "Hello world"

for you, any language will be fast enough :D

No C was very slow, I've been waiting for this implementation to terminate for over an hour now:

int main (int argc, char ** argv)
{
    while (1) { }
    printf ("1234567890");
}

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to