Re: [racket-users] list->set behavior on lists of symbols

2016-12-28 Thread Deyaaeldeen
you might > find useful: http://stackoverflow.com/a/34984553/465378 > > In general, if you are unsure about whether you should use quote or > list, prefer list; it is more likely to behave as you expect. > > > On Dec 28, 2016, at 22:01, Deyaaeldeen wrote: > > > > Hi, > >

[racket-users] list->set behavior on lists of symbols

2016-12-28 Thread Deyaaeldeen
Hi, I wonder why (list->set '('1)) evaluates to (set ''1) instead of (set '1). I use Racket v6.7. Thanks! Deyaa -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email t