Hi all.
This got me puzzled. Intern has trouble with symbols containing
periods?

user> *clojure-
version*
{:major 1, :minor 2, :incremental 0, :qualifier ""}

user> (intern *ns* (symbol "orig-0.5")
3)
#'user/
orig-0.5

user>
orig-0.5
; Evaluation aborted.      [Thrown class
java.lang.ClassNotFoundException]  0: java.net.URLClassLoader
$1.run(URLClassLoader.java:217)

user> (intern *ns* (symbol "orig-05")
3)
#'user/
orig-05

user>
orig-05
3

-- 
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 new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to