Hmm, that didn't work for me. That gives the same output as before: java=> (clojure/ns clojure) java.lang.RuntimeException: java.lang.SecurityException: Prohibited package name: java (NO_SOURCE_FILE:0)
The only way I can get the REPL to return a different message is in the case of syntax errors or calling classes that don't exist (here I'm on the old build): java=> (clojure.core/ns clojure) java.lang.ClassNotFoundException: clojure.core (NO_SOURCE_FILE:98) Any other ideas? Stuart Halloway wrote: > (clojure.core/ns clojure) > > or if you are on an old build I think it would be > > (clojure/ns clojure) > > -- Chris Bunch PhD Student University of California, Santa Barbara [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
