On Tue, Dec 30, 2008 at 11:25 PM, Mark Engelberg
<mark.engelb...@gmail.com>wrote:

>
> Thanks, that helps dramatically.  It took me a while to figure out how
> to edit the SLIME startup to include my clojure files directory in the
> classpath, but I got it working.
>
> So it seems like you have to make sure the namespace always matches
> the file.  That means if you change the name of the file, you've got
> to remember to change the namespace declaration as well, right?  Is
> there any way to require/use a file that has no namespace specified at
> the top?
>
> In Clojure Box, is there any way to make the REPL automatically "use"
> whatever namespaces are in the files you are actively working on?
>

I don't know anything about SLIME or Clojure Box, but I wrote a little
Clojure script
that is called when I start the REPL that calls 'use' on most of the
namespaces in the
Clojure contrib jar.   You can see the code here:

http://github.com/heyZeus/clojure-stuff/tree/master/repl-init.clj


>
> >
>

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