[racket] The behaviour of (list 'one 'two 'three)
It doesn't do that for me:
Welcome to Racket v6.0.0.1.
> (list 'one 'two 'three)
'(one two three)
What language are you using?
Robby
On Wed, Jan 29, 2014 at 9:00 AM, Colin Gan <gan.colin.e at gmail.com> wrote:
> Hi people,
>
> The aforementioned s-exp produces the result (one two three). I find this
> surprising as I do not expect the *list *procedure to unquote the symbols
> passed to it.
>
> Could someone explain why this is so?
>
> Regards,
>
> Colin
>
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140129/7819fd62/attachment.html>