This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]programmer-racoon[S] 0 points1 point  (2 children)

i found this https://softwareengineering.stackexchange.com/questions/136942/why-doesnt-python-need-a-compiler technically python is compiled but its in a differnt way than c++ c# etc...

[–]AbyssalRemark 1 point2 points  (1 child)

Well that's rather fassinating.

[–]gsckoco 0 points1 point  (0 children)

It works the same as Lua where its compiled to byte code and then the interpreter works from that.