Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Backquote considered bizzare (was Re: loading Emacs-Lisp into CL)

From: cba...@2xtreme.net (Christopher R. Barry)
Subject: Re: Backquote considered bizzare (was Re: loading Emacs-Lisp into CL)
Date: 1999/03/04
Message-ID: <87k8wykoe9.fsf@2xtreme.net>#1/1
X-Deja-AN: 450984151
Sender: cbarry@HAL
References: <m3lnhs7ivh.fsf@eho.eaglets.com> <m390dq4as2.fsf@eho.eaglets.com> <36D2BC01.708622FD@elwood.com> <djiucsec9y.fsf@planet.praeclarus.demon.co.uk> <36D429CD.9A17CBB@elwood.com> <36D45172.5EA34D89@IntelliMarket.Com> <36D519F4.1369@rm_spam_trap.dpe.fi> <36D5BFE7.1DB5A698@IntelliMarket.Com> <7b6ejj$qkk$1@spitting-spider.aracnet.com> <36D6FBC2.555615CF@IntelliMarket.Com> <7b70da$2al$1@spitting-spider.aracnet.com> <sfwiuco5y6o.fsf@world.std.com> <36DC78D8.2F1DD063@IntelliMarket.Com> <m2sobnv15s.fsf@sophia.axel.nom> <36DD9BFF.6B9ECE3C@IntelliMarket.Com>
X-Complaints-To: abuse@2xtreme.net
X-Trace: news-west.eli.net 920512159 209.63.216.88 (Wed, 03 Mar 1999 18:49:19 MDT)
Organization: 2xtreme.net NewsReader Service
NNTP-Posting-Date: Wed, 03 Mar 1999 18:49:19 MDT
Newsgroups: comp.lang.lisp

Kelly Murray <k...@IntelliMarket.Com> writes:

> In any case, y'all tell me the syntax doesn't matter

Actually, it seems everyone who has commented on it doesn't like
it. Count in my vote against it as well. If you're only making NiCLOS
for your own use, then to each his own. Else, you may want to do
better than just having the existing Common Lisp macro syntax
"probably still work", or whatever it was you said to that effect.

A lot of people like to extend the language to use their own
bastardized if-else constructs and procedural-language idioms. I
believe a design goal of the language was to allow this sort of
thing. As a matter of fact, using `{' and `}' which are supposed to be
"user reserved macro characters" will probably tick a few people off
that like to use them for the same kind of stuff you do.

Just a few points to consider,
Christopher