Re: How to use/refer to multiple Clojure classes

2009-12-07 Thread ataggart
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

Re: How to use/refer to multiple Clojure classes

2009-12-07 Thread songoku
> 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

How to use/refer to multiple Clojure classes

2009-11-30 Thread Dan Kefford
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