Category talk:Python: Difference between revisions

→‎Bytecode?: Distinction?
(→‎Bytecode?: Distinction?)
Line 28:
:::Ruby? --[[User:Mwn3d|Mwn3d]] 01:09, 31 July 2009 (UTC)
:Python is both. Interpreted and bytecode. Just like C (interpreted (see [[wp:CINT]]) and compiled (machine code)).
 
:Like most things in life, it is very hard to find a clean distinction when you look closer. Python is interpreted and has byte code; (as does Perl). Java is compiled and has byte code (as does C#). Trying to categorize Lisp and Forth will force you to look deeper into what distinctions you want to make when you bin a language as ''either'' compiled ''or'' interpreted. (Does a [[wp:Monotreme|mammal lay eggs]])? --[[User:Paddy3118|Paddy3118]] 04:40, 31 July 2009 (UTC)
Anonymous user