Re: Clojure Eclipse Getting Started Question

2010-06-02 Thread Shikhar Mishra
> On May 24, 5:08 pm, Shikhar wrote: > > Hi, > > I've just installed the Counterclockwise plugin and written a hello > > world program in a file named "hello.clj" > > > > --- &g

Re: Clojure Eclipse Getting Started Question

2010-05-25 Thread Shikhar Mishra
7:59 AM, patrik karlin wrote: > (defn "a method" method [args] (println "Hello" args)) > ok so im gonna gess that you should putt the docstring after the name > > (defn method > "a method" > [args] > (println "hello" args)) > > >

Clojure Eclipse Getting Started Question

2010-05-25 Thread Shikhar
symbol: method in this context (repl-1:2) 1:3 hello=> - Any thoughts on what I could be doing wrong? Thanks. Shikhar -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to th