On Feb 9, 1:05 am, Bradbev <brad.beveri...@gmail.com> wrote:
> Hi folks,
> I'm getting to the stage on a Clojure project that I want to start
> breaking the code into multiple files.  My primary environment is
> Emacs & Slime and interactive development.  Is there a standard way
> for me to load all of my project's files into the running VM?
> Right now I manually go to each file & load it.  I guess I could also
> write a little function that loaded all the files in the correct
> order, but if there is an actual framework tool (like ASDF) then I
> would try to use that.

I use the time-honored lisp-hacker method of building a load-file. I
have a clojure source file that sits at the root of a project, named
build.clj. It contains a few simple functions that load project files
in order. As I get  closer to deployment, I start work on functions to
build the reployable versions of things.

If you want something more like make or ant or ASDF, you might look at
Lancet, from the Programming Clojure book. I haven't used it, but I do
belevei it's intended to scrath your itch.



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

Reply via email to