A lot. By that, I mean that probably 80% to 100% of the time the REPL is
running waiting for your command.
And what may change is that you may more and more "send" code to the REPL
from your favorite editor.

2 flavors :
  * keep the full control on what is emitted to the REPL. There are
shortcuts for your favorite editor to send the selection, or the top level s
expression, to the REPL.
  * leverage some automation from your IDE : e.g. ccw (plugin for clojure
code in Eclipse) has a mode for automatically reloading the namespaces of
your project everytime you save a file (in addition to the above mentioned
shortcuts)

2010/9/27 Christian Guimaraes <cguimaraes...@gmail.com>

> It's a noob question... I know....
>
> But in my studies I use REPL 80% of the coding time.
>
> More advanced users still uses REPL so many times?
>
> thanks.
>
> -- christian guimaraes
>
> --
> 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<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

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