Re: with-meta usage

2008-09-01 Thread Apurva Sharan
Thanks Meikel! That makes it clearer... Regards, Apurva - Original Message - From: "Meikel Brandmeyer" <[EMAIL PROTECTED]> To: clojure@googlegroups.com Sent: Sunday, August 31, 2008 8:46:01 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Re: with-meta us

Re: with-meta usage

2008-08-31 Thread Meikel Brandmeyer
Hello, I was wondering why the first scenario didn't work but couldn't find details on this. Can someone please explain? I also stumbled over this issue. Please read this sentence from the "Metadata" section on clojure.org (http://clojure.org/metadata) "Symbols and collections support metadat

with-meta usage

2008-08-31 Thread Apurva
Hi Clojure experts, I am newbie to Clojure and was exploring metadata. The following didn't work: user=> (def v 10) #'user/v user=> (with-meta v {:info 1}) java.lang.IncompatibleClassChangeError java.lang.IncompatibleClassChangeError at clojure.with_meta__47.invoke(boot.clj:159)