Clojure, Slime and multiple file projects

2009-02-08 Thread Bradbev
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

Re: Clojure, Slime and multiple file projects

2009-02-08 Thread mikel
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