i have heard that you can compile python source in c compiler ,does that mean that you will not need an iterpretter and you can even code to crash your own computer?????
: i have heard that you can compile python source in c compiler ,
The source code for the standard python interpreter is written in C. There is also a C API that lets you extend or embed the python interpreter, or write python modules in C.
: does that mean that you will not need an iterpretter
No.
: and you can even code to crash your own computer?????
Well sure, if you code in C you're able to do all kinds of silly things.
Comments
The source code for the standard python interpreter is written in C. There is also a C API that lets you extend or embed the python interpreter, or write python modules in C.
: does that mean that you will not need an iterpretter
No.
: and you can even code to crash your own computer?????
Well sure, if you code in C you're able to do all kinds of silly things.
[size=5][italic][blue][RED]i[/RED]nfidel[/blue][/italic][/size]
[code]
$ select * from users where clue > 0
no rows returned
[/code]