Talk:Python (programming language): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Morten Juhl-Johansen Zölde-Fejér
imported>Ion Alexandru Morega
(→‎High abstraction level: JIT, CPython, speed)
Line 15: Line 15:
I am missing a useful comment on the fact that since it is a very high-level interpreted scripting language, it is not as fast as a compiled program.<br/>
I am missing a useful comment on the fact that since it is a very high-level interpreted scripting language, it is not as fast as a compiled program.<br/>
--[[User:Morten Juhl Johansen|Morten Juhl Johansen]] 06:42, 1 August 2007 (CDT)
--[[User:Morten Juhl Johansen|Morten Juhl Johansen]] 06:42, 1 August 2007 (CDT)
:I think the issue is a little more complicated, because python code can theoretically be JIT-compiled, which would make it run at the speed of a natively compiled program. I'm not sure about the current state of compilers/VMs though. But the statement is indeed true of CPython. --[[User:Ion Alexandru Morega|Ion Alexandru Morega]] 07:05, 1 August 2007 (CDT)

Revision as of 07:05, 1 August 2007


Article Checklist for "Python (programming language)"
Workgroup category or categories Computers Workgroup [Editors asked to check categories]
Article status Stub: no more than a few sentences
Underlinked article? Yes
Basic cleanup done? Yes
Checklist last edited by Vincent Zee 02:40, 13 June 2007 (CDT)

To learn how to fill out this checklist, please see CZ:The Article Checklist.





High abstraction level

I am missing a useful comment on the fact that since it is a very high-level interpreted scripting language, it is not as fast as a compiled program.
--Morten Juhl Johansen 06:42, 1 August 2007 (CDT)

I think the issue is a little more complicated, because python code can theoretically be JIT-compiled, which would make it run at the speed of a natively compiled program. I'm not sure about the current state of compilers/VMs though. But the statement is indeed true of CPython. --Ion Alexandru Morega 07:05, 1 August 2007 (CDT)