nitiates the connection and then cleans up after itself. Within
> wcar, you can execute functions in whatever way you want.
>
> - James
>
>
> On 25 February 2014 09:00, 刘家财 > wrote:
>
>> hi JW,
>> First thank you for your reply.
>> my origin question is so
that apply-macro evaluates arguments at compile
> time. Example where this won't work follows
>
> (defn foo [numbers]
> (apply-macro + numbers))
>
> JW
>
>
> On Mon, Feb 24, 2014 at 10:27 AM, 刘家财 >wrote:
>
>> I have one problem using Clojure
>&g
I have one problem using Clojure
we all know there is a apply for a fn to prepend intervening arguments to
args.
such as (apply + [2 3]) will equals to (+ 2 3)
this is really handy,
BUT,this is no apply-macro fn to use,I find a contrib(
https://github.com/clojure/clojure-contrib/blob/73accf597eaf