> You don't really need a JIT for those things, smart compile time analysis > can get as good or better results. See Stalin scheme: > > http://en.wikipedia.org/wiki/Stalin_(Scheme_implementation)
True if you don't want a repl or eval, then you need a JIT. Notice it is also a "full program optimizer" which limits interop and removes your ability to debug the resulting code. From your link: "The compiler itself runs slowly, and there is little or no support for debugging or other niceties. " That's the nice thing about PyPy's JITs. At their core they are just interpreters. So when something goes wrong, you have total debugging support. Timothy -- 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