Hi,

I am requiring clojure.java.io as such

(ns sample-project.core
  (:require [clojure.java.io :as io]))

However, the first expression creates a file object
(clojure.java.io/file "test")
#<File test>

The second expression explodes with "java.lang.RuntimeException: No such
namespace: io"
(io/file "/tmp/paul-test")

But as you can see, I have created the alias in my namespace.

Why is this so?

Thanks

Paul

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to