Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!samsung!think!leander.think.com!barmar From: barmar@leander.think.com (Barry Margolin) Newsgroups: comp.lang.lisp Subject: Re: CLtL, 2nd edition Message-ID: <31654@news.Think.COM> Date: 12 Nov 89 06:27:19 GMT References: <6406@merlin.usc.edu> <31653@news.Think.COM> <11466@phoenix.Princeton.EDU> Sender: news@Think.COM Organization: Thinking Machines Corporation, Cambridge MA Lines: 24 In article <11466@phoenix.Princeton.EDU> eliot@phoenix.Princeton.EDU (Eliot Handelman) writes: >In article <31653@news.Think.COM> barmar@leander.think.com (Barry Margolin) writes: ;the condition system, >What is the condition system? Macros and functions for signalling and handling errors and other unexpected situations. It's patterned after the Symbolics condition handling system, but the names and syntax of many operators and conditions have been changed. >;full-featured LOOP, >Will this differ from the MIT Loop macro? It's mostly the same. A few features have been added (such as the OF-TYPE preposition for declaring types using Common Lisp type specificiers), some descriptions have been clarified, and a few obscure features have not been included. We also didn't include the facilities for writing user-defined LOOP paths (DEFLOOP and DEFINE-LOOP-PATH). Most of the features that were removed or clarified already differed between various LOOP implementations; most portable uses of LOOP should port to the ANSI version. Barry Margolin, Thinking Machines Corp. barmar@think.com {uunet,harvard}!think!barmar