scsh-users
[Top] [All Lists]

Re: Won't output...

To: scsh-news@zurich.ai.mit.edu
Subject: Re: Won't output...
From: cesura@qnci.net (William D Clinger)
Date: 23 Apr 2002 12:45:36 -0700
Organization: http://groups.google.com/
> Hi. I am new to scheme and I am trying to get this to work correctly.
> This is a recursive function that crashes on my linux box with C++. I was
> told to get scheme cause it was made for recursion.

> I cannot get this one to work:  (ackerman 3 4)
> I left my comp running for about 1 min before I stopped it and it still
> hadn't given me anything.

Three suggestions, in decreasing order of seriousness:
    Learn to be patient.
    Get a faster machine.
    Use C++.  On my machine, the C++ version is very fast, and crashes
        much quicker than Scheme.

Will

<Prev in Thread] Current Thread [Next in Thread>