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