On Nov 30, 9:21 am, Dan Kefford wrote:
> OK... I'm trying to take Clojure for a spin on Project Euler problems.
> I have source files for each problem that I have solved and although I
> can refer to and invoke any one of them explicitly from a main class,
> I cannot seem to figure out how to re
> It does not look like wildcarding is supported in the ns macro and it
> seems silly to explicitly nominate each class that I want to have at
> my disposal. Am I thinking about this all wrong?
As far as i know you have to add each of them...
--
You received this message because you are subscrib
OK... I'm trying to take Clojure for a spin on Project Euler problems.
I have source files for each problem that I have solved and although I
can refer to and invoke any one of them explicitly from a main class,
I cannot seem to figure out how to refer to them all at once so that I
can choose to ru