<br><div class="gmail_quote">On Fri, Nov 9, 2012 at 7:39 AM, Joe Landman <span dir="ltr"><<a href="mailto:landman@scalableinformatics.com" target="_blank">landman@scalableinformatics.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hmmm ... I thought it was an interpreter throughout.  Perl and Perl6 are<br>
compiled, Ruby is purely interpreted.  Java is compiled (in the same way<br>
Perl is).  Pythons performance is much closer to Ruby than Java/Perl.<br></blockquote><div><br>This is also incorrect, Ruby also runs in a VM.<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Someone was working on an LLVM based static compiler for Python at one<br>
point.<br></blockquote><div><br> You are thinking of "Unladen Swallow" and it was not a static compiler.  It was a VM that used LLVM for JIT. This project is dead and instead we have PyPy (see my previous post).<br>
</div></div>