Convite para utilizar o Google Talk

2013-03-25 Thread Google Talk
--- Foi convidado(a) por joao andrade para utilizar o Google Talk. Caso já possua uma conta Google, inicie sessão em Gmail e aceite este convite de chat: http://mail.google.com/mail/b-b5347cded5-6673828921-o_6hQO3jyoqWfDQm

Re: On redefining the global binding of a variable in a function

2009-10-04 Thread talk
What a lifesaver! Thanks a lot! On Oct 4, 2:58 pm, Meikel Brandmeyer wrote: > Hi, > > Am 04.10.2009 um 22:47 schrieb talk: > > >>   (defn cache > >>     "Replaces the function that the given variable refers to > >>     with a memoizing version of

On redefining the global binding of a variable in a function

2009-10-04 Thread talk
Oops; I didn't finish this thread's subject title. On Oct 4, 1:41 pm, samppi wrote: > I want to do this: > >   (defn a ...) >   (cache a) ; or (cache #'a) or (cache 'a); it doesn't matter to me > > ...instead of this: > >   (def a (memoize (fn ...))) > > That way, it separates the concern of wha