I made a couple of videos that might have some useful information in them. 
The first one covers setting up Cursive and Intellij, which it sounds like 
you've already done:

https://vimeo.com/103808402

The second looks a little at what sort of workflow you might use. It 
doesn't go very far, but it does cover the basics, and it might have some 
ideas for you to work with:

https://vimeo.com/103812557


Jony

On Friday, 5 December 2014 09:41:25 UTC, Laye Zhou wrote:
>
> Hi,
>
> I started learning Clojure this week and I'm a bit confused about the 
> general development process in the Clojure world. 
>
> When I write Java there is a main method as the entry of the program, and 
> in the IntelliJ IDEA it's kind of easy to run or debug the program by just 
> clicking the "Run" or "Debug". When I write Clojure code, this process of 
> "editing, compiling, debuting/running" seems so different because I need to 
> setup a Java application in IDEA + Cursive to start clojure.main -m 
> main-namespace and there is no way to just click that "Run" button. Is it 
> right I need to enable "Compile all namespaces" in the Clojure settings in 
> IDEA? And since now we're equipped with REPL, I wonder what is the best way 
> I can debug/run the program before I really build the project. Thank you.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to