![](https://static.wixstatic.com/media/b96fcc_2ecd0205fc6c413889e21a3f19372cf0~mv2.png/v1/fill/w_896,h_557,al_c,q_90,enc_auto/b96fcc_2ecd0205fc6c413889e21a3f19372cf0~mv2.png)
Today there are many tools that help the programmer improve their productivity, but nothing like online compilers that allow you to execute code without installing anything on your computer.
In this field we have -myCompiler-, a website that offers you the possibility of practicing up to 16 programming languages in the same place.
myCompiler is a very simple tool, it does not require registration and the user only has to select the languages to test to start. After selecting the language, a large text field appears to writhe the desired code.
The input variables can be defined in a second tab and the result will be seen in the last one.
The system is designed to test small pieces of code, simple programs that do not depend on other structures, for example, basic functions that help you understande the difference between Python and Java, or to start a new language. For example, we can add the code of a program that adds two numbers, in the second tab we can add the numbers that we want to add and in the third tab we can see the result. But of course this program will not replace any dedicated compiler like Visual Studio or Atom.
The tool supports Deno, NodeJS, Python, Ruby, Go, C, C++, Java, C#, Typescript, PHP, Bash, Lua, R, Fortran, Erlang, Clojure, SQL, D, Perl, and assembler, so it can be a good one for beginner developers.
Link: https://www.mycompiler.io
Comments