home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!emory!athena.cs.uga.edu!mcovingt
- From: mcovingt@athena.cs.uga.edu (Michael A. Covington)
- Newsgroups: comp.lang.prolog
- Subject: Re: running out of stack space on a PC
- Message-ID: <1992Sep15.143627.6827@athena.cs.uga.edu>
- Date: 15 Sep 92 14:36:27 GMT
- Article-I.D.: athena.1992Sep15.143627.6827
- References: <gordon.716546769@ningaui>
- Organization: University of Georgia, Athens
- Lines: 9
-
- Are you familiar with how to make Prolog programs tail-recursive?
- Any recursive algorithm will run out of stack space if it recurses
- enough times, unless certain conditions are met. See O'Keefe's
- _The Craft of Prolog_ or my _Prolog Programming in Depth_.
-
-
- --
- + Michael Covington - Artificial Intelligence Programs - U of Georgia - USA
- + Unless otherwise noted, these are private opinions, not official statements.
-