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