home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / 2214 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  888 b 

  1. Path: sparky!uunet!sun-barr!ames!agate!cs.berkeley.edu!konstan
  2. From: konstan@cs.berkeley.edu (Joe Konstan)
  3. Newsgroups: comp.lang.lisp
  4. Subject: "Next-iteration" clause in Loop macro?
  5. Date: 14 Aug 1992 00:26:37 GMT
  6. Organization: Picasso Research Group, UCB Computer Science Division
  7. Lines: 14
  8. Distribution: world
  9. Message-ID: <16eujtINNhma@agate.berkeley.edu>
  10. NNTP-Posting-Host: elmer-fudd.cs.berkeley.edu
  11.  
  12. Is there a clause or macro within loop to cause execution to continue 
  13. at the next iteration?  If not, is adding a label at the start of the 
  14. loop-body and "go"ing there guaranteed to work--or might that not properly
  15. execute the loop stepping code (which would mean that I need to instead
  16. go to the bottom of the loop).  
  17.  
  18. I've looked back and forth through chapter 26 of CLtL II, and once though 
  19. I'd seen it, but haven't seen it since.
  20.  
  21. Thanks
  22.  
  23. Joe Konstan
  24. konstan@cs.berkeley.edu
  25.  
  26.