Does the computer only runs one programming language at time? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does the computer only runs one programming language at time?

19th Jan 2020, 9:16 AM
NÄ Omi
NÄ Omi - avatar
3 Answers
+ 2
If it is interpreted or bytecode language, it needs an interpreter or virtual machine, one per process eg one per one command line window. In many languages you can from main programme call other language programmes if these second are translated to native binary code. It is possible to run programs in different languages each in different processes (eg window), and let communicate it eg with shared files, or with a net protocol.
19th Jan 2020, 1:59 PM
zemiak
0
What do you mean exactly by 'one programming language at time'?
19th Jan 2020, 10:24 AM
Théophile
Théophile - avatar
0
i mean like can I use two programming languages for making just one code
19th Jan 2020, 4:05 PM
NÄ Omi
NÄ Omi - avatar