Re: Clojure Eclipse Getting Started Question

2010-06-02 Thread Shikhar Mishra
Thanks Matt, that did the trick. On Tue, May 25, 2010 at 2:16 PM, Matthias von Rohr < matthias.vonr...@gmail.com> wrote: > set the cursor somewhere in your (defn...) expression then press Ctrl > + Alt + x (evaluate in REPL). After that you method call should work. > > Matt > > On May 24, 5:08 pm,

Re: Clojure Eclipse Getting Started Question

2010-05-25 Thread Shikhar Mishra
Yes, I realized it immediately after send this post. :) Even with the correction I could not get (method "world") to work in eclipse console REPL. I'm going to follow the http://github.com/relevance/labrepl link suggested by another responder. Thanks. On Tue, May 25, 2010 at 7:59 AM, patrik karl