Re: macro escapes and passing method names are function arguments

2009-06-09 Thread Meikel Brandmeyer
Hi, Am 09.06.2009 um 08:50 schrieb Josh Smith: I've been trying to understand the macro syntax in clojure. I think macro's are closer to the kind of functionality I'm looking for (as opposed to multi-methods) but I'm not sure. Ask yourself the following question: Does what you want

Re: macro escapes and passing method names are function arguments

2009-06-09 Thread Laurent PETIT
Hi, 2009/6/9 Josh Smith : > > I've been trying to understand the macro syntax in clojure.  I think > macro's are closer to the kind of functionality I'm looking for (as > opposed to multi-methods) but I'm not sure. > > http://gist.github.com/126315 I second Parth concerning the usage of macros

Re: macro escapes and passing method names are function arguments

2009-06-09 Thread Parth
On Jun 9, 11:50 am, Josh Smith wrote: > I've been trying to understand the macro syntax in clojure.  I think > macro's are closer to the kind of functionality I'm looking for (as > opposed to multi-methods) but I'm not sure. > > http://gist.github.com/126315 > Hi Josh, As a general recommend

macro escapes and passing method names are function arguments

2009-06-09 Thread Josh Smith
I've been trying to understand the macro syntax in clojure. I think macro's are closer to the kind of functionality I'm looking for (as opposed to multi-methods) but I'm not sure. http://gist.github.com/126315 I wrote the above code, which simply processes Java-style Properties files (using the