[plt-scheme] '(1 . 2 . 3)

From: Grzegorz Chrupała (grzegorz at pithekos.net)
Date: Sat Mar 6 05:30:44 EST 2004

On Sat 06 Mar 2004 09:17, Sylvain Beucler wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Hello,
>
> In mzscheme, when you type:
> > '(1 . 2 . 3)
>
> you get:
> (2 1 3)
>
> I could not find the logic behind this behavior.
`Infix notation'. See the thread on comp.lang.scheme:
http://groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&threadm=c1o2th%249k5%241%40oravannahka.helsinki.fi&prev=/groups%3Fdq%3D%26num%3D25%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26group%3Dcomp.lang.scheme%26safe%3Doff%26start%3D25
Cheers,
-- 
Grzegorz Chrupała | http://pithekos.net | grzegorzc at jabber.org
gosh -bE "print (map (cut number->string <> 36) '(18 806564\
          1714020422))" -Eexit



Posted on the users mailing list.