BASIC or C+?

Started by
22 comments, last by Instabat 21 years, 7 months ago
quote:Original post by Anonymous Poster
"You don''t compile/link"

that''s a big negative in any language. Without compiling how is Python able to generate compile time errors? Run time errors are like 10 to 100x times harder to fix.

Stop whining about things you dont know anything about.


The world holds two classes of men -- intelligent men without religion, and religious men without intelligence.


  Abu''l-Ala-Al-Ma''arri (973-1057; Syrian poet)
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Advertisement
Ok, PoesRaven, we have a different definition of compiler...
I mean, a compiler should build native code from source code;
isn''t Python interpreted?
The only way to compile it is to convert Python to C code (Py2C) and then compile it.
python wont compile to native code, no, but it does compile to a faster interpretting symbolic format
but then again, what language pushed for use as a script in many applications compiles and links to machine code?
-PoesRaven
quote:Original post by Lka
Ok, PoesRaven, we have a different definition of compiler...
I mean, a compiler should build native code from source code;

Your definition of compiler is wrong.


The world holds two classes of men -- intelligent men without religion, and religious men without intelligence.


  Abu''l-Ala-Al-Ma''arri (973-1057; Syrian poet)
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]

This topic is closed to new replies.

Advertisement