On Mar 12, 4:46 am, Joshua Fox <[email protected]> wrote: > wondering: Does Clojure's pure-functional design enhance VM-level bytecode > optimization by simplifying escape analysis?
Functional design doesn't necessarily make bytecode easy to optimize. But Rich Hickey works hard on making Clojure generate bytecode that the JVM will optimize. -Stuart Sierra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
