On Apr 2, 12:27 am, dysinger <dysin...@gmail.com> wrote:
> Dogh! Plz pardon my spelling. :D (embarrassed)
>
> On Apr 1, 7:25 pm, dysinger <dysin...@gmail.com> wrote:
>
>
>
> > ...for easy dependency management and no-compile project
> > setup.https://github.com/dysinger/clojure-pom/tree
>
> > Using maven only for the dependency management and to create a custom
> > repl script allows me to still use emacs/slime for dynamic development
> > of clojure code.
>
> > My motivation is 3 fold:
>
> > 1) I have lots of small modules and want convention over configuration
> > (no boiler plate ant scripts or other such cut and paste)
>
> > 2) I want access to the kabazillion libraries in the maven repos -
> > just go look at mvnrepository.com for example.
>
> > 3) Although I spent 10 years on Java, I am a dynamic language fan. I
> > don't care or want to AOT compile at the moment. I just want to setup
> > the libraries that my clojure code depends on and start writing /
> > prototyping clojure code in Emacs SLIME.
>
> > I would love to hear some feedback and/or what other people have been
> > working on.
>
> > -Tim
Personally, I check Clojure and clojure-contrib out of their repos,
use ant to build them, and use an ultra-simple shell script to start a
Clojure repl in an environment where the classpath contains references
to all the library jars I use. The script reads the jars at startup
time, so all I have to do to add some new library is drop it into the
right directory (well, I then need to restart Clojure, or manually add
the newly-added jar to Clojure's classpath).
My "IDE" is good ol' Gnu Emacs with SLIME. That's it, basically. For
loading projects I use a dirt-simple system loader I knocked together.
--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---