Re: Clojure, Slime and multiple file projects

2009-02-09 Thread Bradbev
On Feb 8, 11:35 pm, David Nolen wrote: > A simple solution is to define a namespace that brings in all of your > different files. Is there some reason you can't do things this way? > That would probably work fine, I guess I'd just never considered it. I guess evaluating a namespace that uses al

Re: Clojure, Slime and multiple file projects

2009-02-08 Thread mikel
On Feb 9, 1:05 am, Bradbev 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

Re: Clojure, Slime and multiple file projects

2009-02-08 Thread David Nolen
A simple solution is to define a namespace that brings in all of your different files. Is there some reason you can't do things this way? On Mon, Feb 9, 2009 at 8:05 AM, Bradbev wrote: > > Hi folks, > I'm getting to the stage on a Clojure project that I want to start > breaking the code into mul

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 t