home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / prolog / 1702 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  829 b 

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