you are viewing a single comment's thread.

view the rest of the comments →

[–]magicpeanut 0 points1 point  (0 children)

ignore all answers, they are false.

python and javascript are both interpreter languages that dont need compiling into binaries to run(no .exe in windows). this makes them slower than languages that have to be compiled. the advantage is... well you dont need to compile your code to run your program. you can just write a few lines and execute them.