Sorry, I somehow accidentally sent it before I was done typing. The rest of my sentence was "what are you trying to do thar requires the use of evals in that way".
On Dec 21, 4:22 pm, rob <r.p.l...@gmail.com> wrote: > It sounds like your use of evals might be something that could be done > better using a more idiomatic clojure approach. What are you trying > to do that re > > On Dec 21, 2:32 pm, Gabi <bugspy...@gmail.com> wrote: > > > Hi > > I have this program that needs to do many eval's to same expression > > (eval '(some-list-to-execut..)) > > My question is how can this be optimized ? Does eval compile the > > evaled expression ? Does it re-compile the evaluated expression again > > and again? Maybe I could compile the evaled expression once and > > somehow eval the compiled bytcode? -- 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