I'm having trouble getting the load-file command to work in a Clojure repl. On some files it works and on some it doesn't. Here is an example of its not working:

I do:

(load-file "/Users/larrytravis/AquaFiles/sdku-project-defns")


And I get the error message:

java.lang.Exception: Unable to resolve symbol: selection in this context (sdku-project-defns:867)


The file "sdku-project-defns" definitely exists in the directory "/Users/larrytravis/AquaFiles" and is retrievable from there with other applications. Why does the Clojure repl append ":867" to the file's name and then tell me that the changed name is an unresolvable symbol?

Thanks for any advice any of you might have. I hope the question isn't impossibly dumb.

  --Larry Travis


--
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