generating java classes at runtime

2009-06-18 Thread Ratandeep Ratti
Hi all, I had a bit of requirement, which necessitate generation of java classes at runtime by reading some xml data and adding them to the classpath . Since I was learing clojure, I thought this could help. Can you guys provide me with some pointers as to how to go about it. regards, rdsr

Why different behaviour?

2009-06-21 Thread Ratandeep Ratti
Why are these different? user> #^String "hello" ; Evaluation aborted. (def a "hello") #'user/a user> #^String a "hello" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema