Re: inline vs extended types

2010-09-17 Thread grinnbearit
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

Re: [ANN] appengine-magic 0.4.0: Clojure on Google App Engine

2011-03-28 Thread grinnbearit
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

Re: Expanding the Community Through Online Courses

2012-07-19 Thread grinnbearit
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

Re: Arity problem with multi-methods

2012-11-21 Thread grinnbearit
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