Thanks for replying,
Would definterface be the right thing to do in this case? I'm trying
to understand how best to solve similar problems and not this one in
particular.
sincerely
Sidhant
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to t
Congrats and thanks,
I've been hacking Clojure on GAE for a while now and appengine-magic makes
it incredibly easy (I'd say even easier than java/python deployments).
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email
I'm working through SICP myself here http://grinnbearit.github.com/sicp/
feedback welcome :)
Also finished translating The Little Schemer
here https://github.com/grinnbearit/the-little-clojurer
On Thursday, July 19, 2012 7:18:24 AM UTC+5:30, Robert Pitts wrote:
>
> If anyone else is
Hi Chris,
If you change multimethod arities you'll have to def the multimethod to nil
or restart the swank/nrepl server. It doesn't update that on recompilation.
Sidhant
On Thursday, November 22, 2012 3:44:10 AM UTC+5:30, Christian Sperandio
wrote:
>
> Hi,
>
> I try to define multi-methods but