Re: Any best practices for clojure + java mixed language projects?

2011-05-02 Thread Dave Snowdon
Thanks. Will give that a go. cheers Dave On May 1, 8:29 pm, gaz jones gareth.e.jo...@gmail.com wrote: you can set the source path in leiningen to be whatever you like. the sample file is quite useful for finding these things out:

Any best practices for clojure + java mixed language projects?

2011-05-01 Thread Dave Snowdon
Hi folks I'm a long time Java/C++ developer who's been experimenting with toy clojure programs for a few of months. I've at last decided to give clojure a try for a more significant project but, given this will incorporate components written in java I'm not sure about the way to structure and

Re: Any best practices for clojure + java mixed language projects?

2011-05-01 Thread gaz jones
you can set the source path in leiningen to be whatever you like. the sample file is quite useful for finding these things out: https://github.com/technomancy/leiningen/blob/master/sample.project.clj they key is :source-path. there is also a :java-source-path. cant say i have ever used that, but