Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!ix.netcom.com!netcom.com!NewsWatcher!user
From: hbaker@netcom.com (Henry Baker)
Subject: Re: basic Lisp question
Message-ID: <hbaker-3001951722320001@192.0.2.1>
Sender: hbaker@netcom.com (Henry G. Baker)
Organization: nil
References: <1995Jan21.225630.3945@muvms6> <quinch-270195102605@193.16.15.155>
Date: Tue, 31 Jan 1995 01:20:08 GMT
Lines: 9

In article <quinch-270195102605@193.16.15.155>, quinch@pindar.com (quinch)
wrote:

> In article <1995Jan21.225630.3945@muvms6>, mimura1@muvms6.wvnet.edu wrote:
> 
> > Is (x y) and (x (y)) are same thing ?

No, but (x y) and (x . (y)) are the same thing.  (Notice the period in
the middle.)
