Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!munnari.oz.au!goanna!ok From: ok@goanna.cs.rmit.oz.au (Richard A. O'Keefe) Newsgroups: comp.lang.lisp Subject: Re: Select macro available [long, mostly source] Message-ID: <3857@goanna.cs.rmit.oz.au> Date: 1 Oct 90 02:24:02 GMT References: Organization: Comp Sci, RMIT, Melbourne, Australia Lines: 9 In article , sra@ecs.soton.ac.uk (Stephen Adams) writes: > ;; SELECT macro (and IN macro) A word of warning: Scheme uses 'select' for a variant of 'case', and I've come across the same usage elsewhere. Another name might be less confusing. Perhaps SELECT-MATCH? -- Fixed in the next release.