Please what complier can I use for python, c++, c, c#, JavaScript, | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Please what complier can I use for python, c++, c, c#, JavaScript,

Pls need answer to my question

20th Jul 2021, 7:33 PM
Sanni Abdulbasit Olaolohun
Sanni Abdulbasit Olaolohun - avatar
6 Answers
+ 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.
20th Jul 2021, 8:30 PM
Tibor Santa
Tibor Santa - avatar
+ 4
Python: cx_freeze c,c++,c#: VisualStudio JavaScript: there Is nothing to compile
20th Jul 2021, 8:24 PM
Václav Dostál
Václav Dostál - avatar
+ 2
https://www.sololearn.com/discuss/366870/?ref=app
22nd Jul 2021, 7:18 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 1
Python(py) , g++, gcc, dotnet and node.js. By the way, you have to distinguish between compilers and interpreters.
20th Jul 2021, 8:25 PM
Jan
Jan - avatar
+ 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/
21st Jul 2021, 4:52 PM
Sagar Yadav
Sagar Yadav - avatar