Sooner or later the moment arrives to leave tutorials behind and start writing our own code, or alternatively, copy an existing project and try to understand how it works. The logical thing at this point would be to look for a development environment compatible with your preferred language, but if the idea is just to practice, why not use something simpler? I'm talking about myCompiler, which offers online development environments for 16 of the most important languages, where you can edit, run, and compile code.
Are you ready to start programming? Do you think you have enough knowledge? You have many hours of flight ahead. Many frustrating moments, syntax errors, points that shouldn't be there, and parentheses that disappear by magic. You are a human being with blood in your veins and no cup of coffee or pack of cigarettes will help you avoid that kind of incident, so the answer is "practice, practice, practice."
Now, what about software? As you develop your skill, you'll learn to identify the tools that are most useful for you, but if the plan is to train, you don't need a full development environment. In fact, you don't have to install software either. By visiting the myCompiler portal you'll find the ideal space to evaluate code, run experiments and make mistakes, without installing anything extra.
myCompiler: 16 Development Environments Within Reach
NodeJS, Python, Ruby, Go, C, C++, Java, C#, PHP, Bash, Lua, R, D, Perl, Clojure, and assembly. If you program in a more or less well-known language, myCompiler won't disappoint you. You can technically create an account on the portal, but it's not a required step to use the environments.
https://old.neoteo.com/aprender-a-programar-jugando-twilioquest/The interface is the same for all 16 languages, divided into just three sections: Code, Input, and Output. Once your code is ready, press the Run button to study its behavior, and if all goes well, the Save button helps you export the results. On the other hand, if there's something wrong inside the code (syntax errors, missing symbols, or other inconsistencies), myCompiler will let you know in the Output section.
myCompiler is a completely free tool, but its fine print has some details we can't ignore entirely. For example, point 8 of its terms of use mentions an irrevocable and global license that allows it to save copies of the content you enter, so if your code is private or you plan to commercialize it, myCompiler might not be a viable option. Otherwise, there's nothing wrong with using it during a practice session.
Official site: Click here
https://old.neoteo.com/untrusted-aventuras-con-javascript/