I think he talkes about automatic detection where memoization would be
good for performence. I don't think it is done ATM but I would surly
be a intressting topic.

The Clojure compiler is still in Java. I think befor someone does a
big project with the compiler it should be translated to clojure. I
think Rich said once that the compiler is about 5000 lines so its not
an imposibly hard task.

On Aug 23, 9:01 am, Moritz Ulrich <ulrich.mor...@googlemail.com>
wrote:
> Memoization is implemented at language-leve. The function is called memoize.
> (It's a three-liner or so)
>
> On Sun, Aug 22, 2010 at 11:45 PM, Sreeraj a <writeto...@gmail.com> wrote:
> > What about automatic memoization?
> > Does clojure already implement memoization?
> > is adding auto memoization to the compiler a good idea?
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to clojure@googlegroups.com
> > Note that posts from new members are moderated - please be patient with your
> > first post.
> > To unsubscribe from this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/clojure?hl=en
>
> --
> Moritz Ulrich
> Programmer, Student, Almost normal Guy
>
> http://www.google.com/profiles/ulrich.moritz
> BB5F086F-C798-41D5-B742-494C1E9677E8

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to