dumb noob ceremony question

2009-12-10 Thread rebcabin
I'd like to say (union #{1} #{2}) but I'm forced to say (clojure.set/union #{1} #{2}) what'd I do wrong, please & thanks? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts

Re: dumb noob ceremony question

2009-12-10 Thread Richard Newman
> (clojure.set/union #{1} #{2}) > > what'd I do wrong, please & thanks? Nothing wrong! Try this: (use 'clojure.set) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from n

Re: dumb noob ceremony question

2009-12-11 Thread rebcabin
thanks much! On Dec 10, 7:28 pm, Richard Newman wrote: > > (clojure.set/union #{1} #{2}) > > > what'd I do wrong, please & thanks? > > Nothing wrong! > > Try this: > > (use 'clojure.set) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi