On Tue, Sep 13, 2011 at 10:42 PM, jayvandal <s...@ida.net> wrote:
> I am running a  swing tutorial clojure program file and when I run the
> result is
> ++++++++++++++++++++++++++++++++++++++
> user=> (load-file "c:/clojure-1.2.1/counter-app.clj")
> #'user/counter-app
> user=>
> ++++++++++++++++++++++++++++++++++
>
> What does this line mean?
> #'user/counter-app

In the REPL, you loaded the file into the user namespace and, since
your file doesn't specify a namespace, that causes counter-app to be
defined in the user namespace, hence: #'user/counter-app
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

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