Re: Comments in .clj file appear not to work

2012-02-04 Thread octopusgrabbus
Thanks. -- 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

Re: Comments in .clj file appear not to work

2012-02-04 Thread Tassilo Horn
octopusgrabbus 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

Comments in .clj file appear not to work

2012-02-04 Thread octopusgrabbus
I downloaded seesaw-repl-tutorial.clj. which is attached. 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