Hi,
How can I easily unmap all namespaces in a repl or swank? (so I can
continue working as if I have just started up the REPL, no matter what
I've "use"-d previously)
Istvan
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group,
Hi!
Some leiningen questions:
1. It seems that the resources directory does not get added to the
classpath, even though the docs say so. I tried to use :resoures flag,
but still, it did not work. Any idea?
2. Is there some support for profiles in leiningen? (Eg. I'd like to
have a propertie
Hi!
In general, what to give greater attention if I'm getting lots of
runtime errors due to mistyped keywords? (eg. I'm referencing a map
where the keyword is non-existent and this nil value goes deep down into
my code where it is very hard to see that this was caused by a
non-existing map en