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