Meikel,

As a beginner, I tried running the first example,changing namespaces
or not, etc ,and I keep getting

user=> (ns some.Example
        (gen-class))
nil
some.Example=> (defn -toString
                  [this]
                  "HI !")
#'some.Example/-toString

some.Example=> (ns user)
nil

user=> (-toString (some.Example.))
java.lang.Exception: Unable to resolve symbol: -toString in this
context (NO_SOU
RCE_FILE:21)


Brian


On Feb 9, 3:44 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> I wrote up a post:http://tr.im/NwCL
>
> Hope it helps.
>
> Sincerely
> Meikel

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