Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!pioneer.arc.nasa.gov!raymond From: raymond@pioneer.arc.nasa.gov.arpa (Eric A. Raymond) Newsgroups: comp.lang.lisp Subject: Re: Loop Macro (now ZMACS formatting) Keywords: Loop-Macro Message-ID: <20312@ames.arc.nasa.gov> Date: 6 Jan 89 01:40:23 GMT References: <4429@Portia.Stanford.EDU> <1458@umbc3.UMD.EDU> <23357@apple.Apple.COM> Sender: usenet@ames.arc.nasa.gov Reply-To: raymond@pioneer.arc.nasa.gov.UUCP (Eric A. Raymond) Organization: NASA Ames Research Center, Moffett Field, Calif. Lines: 22 Having the LOOP macro will help you port your code, but I dread developing code using this macro on a machine whose editor wouldn't format it for automatically. Its really nice that ZMACS makes up for the lack of (LISP-like) structure in the macro. Hell, I gave up using my reader macros which turned {} into a progn, and [] into () (which is useful for marking different levels of paren nesting - i.e. in DO, LET) because ZMACS wouldn't format my code correctly. Guess I'm just lazy: a) relying on an editor to do formatting b) no wanting to make my own indentor ------ Name: Eric A. Raymond ARPA: raymond@pioneer.arc.nasa.gov SLOW: NASA Ames Research Center, MS 244-17, Moffett Field, CA 94035 Nothing left to do but :-) :-) :-)