Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!panda!teddy!jpn From: jpn@teddy.UUCP (John P. Nelson) Newsgroups: comp.lang.c,comp.lang.lisp Subject: Re: lisp (was: Compatibility with EBCDIC) Message-ID: <4307@teddy.UUCP> Date: Fri, 28-Aug-87 16:40:21 EDT Article-I.D.: teddy.4307 Posted: Fri Aug 28 16:40:21 1987 Date-Received: Sun, 30-Aug-87 02:14:38 EDT References: <855@tjalk.cs.vu.nl> <2683@hoptoad.uucp> <1519@sol.ARPA> <8452@utzoo.UUCP> <1880@ttrdc.UUCP> Reply-To: jpn@teddy.UUCP (John P. Nelson) Organization: GenRad, Inc., Concord, Mass. Lines: 9 Xref: mnetor comp.lang.c:3995 comp.lang.lisp:424 > Are lisps >REALLY so diverse (disclaimer: I known nothing about lisp except that it >is written using Lots of Insipid Silly Parentheses :-) ) that they don't >even accept a mutual subset of the language? Implementations of lisp can have WILDLY different syntax. The difference between "Common Lisp" and "Scheme" is huge. The syntax (the "Lots of Insipid Silly Parenthesis") part is the same, but the functions that are supported are very different.