octopusgrabbus <octopusgrab...@gmail.com> writes:

Hi!

> When I enter (load-file "seesaw-repl-tutorial.clj")
>
> I get this error:
>
> CompilerException java.lang.RuntimeException: Unable to resolve symbol: $ 
> in this context, 
> compiling:(/home/cnorton/projects/clojure/hello-seesaw/seesaw-repl-tutorial.clj:34)

That's because of this line (34) in the file.

  $ lein repl

As it seems, the file is not intended to be loaded, but you should read
it and type its forms in a repl on your own.

Bye,
Tassilo

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