Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Lisp > Re: acl compile...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 11 Topic 12439 of 13578
Post > Topic >>

Re: acl compile-file can't find a macro

by Kent M Pitman <pitman@[EMAIL PROTECTED] > May 7, 2008 at 10:33 PM

Paul Donnelly <paul-donnelly@[EMAIL PROTECTED]
> writes:

> I'm fairly grateful for WHEN and UNLESS. Why not WHILE?

(LOOP WHILE ...)

e.g.,

(let ((x 0)) (loop while (< x 3) do (print x) (incf x)))

0 
1 
2 
=> NIL

- - - - -

I can't find a reference to it offhand right this second, but
I vaguely recall that at some point in time in previous dialects, 
LOOP had the option of allowing keywords to all be macros themselves,
such that (WHILE ...) meant (LOOP WHILE ...), (FOR ...)
meant (LOOP FOR ...), but it was changed to avoid clutter of the
namespace and keep a lot of good names from being taken up.
This meant, implicitly, that there would not be opposition to
providing functionality in LOOP just because someone opposed the
chosen name...  So-called "LOOP keywords" are compared by
symbol name, not by symbol identity, so their meaning in LOOP doesn't
compete with their meaning outside.
 




 11 Posts in Topic:
acl compile-file can't find a macro
danb <sogwaldan@[EMAIL  2008-05-07 11:12:32 
Re: acl compile-file can't find a macro
karsten <karsten.poeck  2008-05-07 12:02:45 
Re: acl compile-file can't find a macro
Marco Antoniotti <marc  2008-05-07 12:32:42 
Re: acl compile-file can't find a macro
Willem Broekema <metaw  2008-05-07 13:51:33 
Re: acl compile-file can't find a macro
Paul Donnelly <paul-do  2008-05-07 18:55:57 
Re: acl compile-file can't find a macro
Kent M Pitman <pitman@  2008-05-07 22:33:22 
Re: acl compile-file can't find a macro
Paul Donnelly <paul-do  2008-05-08 00:08:20 
Re: acl compile-file can't find a macro
Kent M Pitman <pitman@  2008-05-08 04:12:23 
Re: acl compile-file can't find a macro
usenet1.3.CalRobert@[EMAI  2008-05-09 01:07:23 
HotMail/EgyptianUniversities spammer harvesting from this newsgr
usenet1.3.calrobert@[EMAI  2008-05-29 15:37:21 
Re: acl compile-file can't find a macro
danb <sogwaldan@[EMAIL  2008-05-09 11:50:26 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Oct 7 7:31:15 CDT 2008.