+ 3
Please what complier can I use for python, c++, c, c#, JavaScript,
Pls need answer to my question
6 ответов
+ 9
If you are looking for a compiler that can handle all of these languages at the same time, then you are out of luck, it has not been invented yet :)
What do you even want to compile Javascript into? it is interpreted by the web browser directly.
Python is also interpreted and typically run with Cpython that you can download from https://www.python.org/downloads/
For C# you can use the .NET SDK also known as Roslyn: https://dotnet.microsoft.com/download
I am not competent to give you good advice on C++ or C.
Maybe you should rephrase your question, or go on a rampage with Google to find out what is a compiler.
+ 4
Python: cx_freeze
c,c++,c#: VisualStudio
JavaScript: there Is nothing to compile
+ 2
https://www.sololearn.com/discuss/366870/?ref=app
+ 1
Python(py) , g++, gcc, dotnet and node.js.
By the way, you have to distinguish between compilers and interpreters.
+ 1
Sanni Abdul Basit (Anonymous)
You can use "Microsoft's Visual Studio Code" as it supports multiple languages.
It supports your requirements too.
You just need to install them from VS code or internet.
It is free and simple to use also
You can get it from the below link 🔗-
https://code.visualstudio.com/