On Nov 29, 2:25 pm, Miki <[email protected]> wrote: > Yeah, it uses "load-string" which IMO default to clojure.core > namespace. > I've tried some namespace hacking to allow the user to define the > namespace, but couldn't make it work > (there's a FIXME in the code about that). > > Currently I using names with namespace - (cv-test-1.core/some-func > arg1 arg2). Will try to fix that soon.
Could (eval (read-string ...)) work? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
