[plt-scheme] Newbie question about Lisp
Try 'The Scheme Programming Language, 2nd edition'
On 4/22/07, Greg Akins <angrygreg at gmail.com> wrote:
> I have question about Lisp (Common Lisp, not Scheme).
>
> Does anyone object to me asking here? If so, can someone recommend a
> better list.
>
> I looked into comp.lang.lisp, but it appeared to have a lot of
> traffic, and not many newcomers.
>
> The questions is :
>
> Why the "." in evaluating (cons 1 2)
>
> returns (1 . 2)
>
> But (list 1 2)
> returns (1 2)
>
> --
> ==============
> Greg Akins
> http://www.pghcodingdojo.org
> http://www.insomnia-consulting.org/monologue
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>