Message9640

Author zyasoft
Recipients amak, wdroste, zyasoft
Date 2015-03-12.17:12:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426180334.04.0.550173655507.issue2230@psf.upfronthosting.co.za>
In-reply-to
Content
Ack. CPython has been compiled into Python bytecode since the earliest release, nearly 25 years ago; and this has also been true of Jython (to Java bytecode), IronPython (to CLR), and PyPy (to Python bytecode, then JITed). Of popular JVM languages, I believe only JRuby attempts to do a classical AST interpreter (but does do a tiered compilation strategy for hot code).
History
Date User Action Args
2015-03-12 17:12:14zyasoftsetmessageid: <1426180334.04.0.550173655507.issue2230@psf.upfronthosting.co.za>
2015-03-12 17:12:14zyasoftsetrecipients: + zyasoft, amak, wdroste
2015-03-12 17:12:14zyasoftlinkissue2230 messages
2015-03-12 17:12:13zyasoftcreate