[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What is this RESTART kludge?
- To: Alan Bawden <ALAN at MIT-MC>
- Subject: What is this RESTART kludge?
- From: DLW at MIT-MC
- Date: Tue, 28 Sep 1982 13:03:00 -0000
- Cc: Common-Lisp at SU-AI
- Sender: DLW at MIT-OZ
I agree that a required tag and no subform is the right thing.
I like RESTART because it is an extremely clear way of signalling
my intentions, whereas PROG/PROGBODY/TAGBODY is not. It therefore
makes my code easier to read.
It's OK with me if it's implemented as a macro that turns into
a PROGBODY/TAGBODY internally.
-------