Show HN: Launched my side project, an online code compiler
freecodecompiler.comWhat sets this apart from other options that show up in a Google for “online compiler”
Why Ruby 2.7.0?
Well, I have seen in many of the other compilers that there is a limit on certain things, sometimes there is a limit on the number of lines, or number of executions, someone is asking for a sing-up etc. I tried to keep it completely free from any of these. That's why "freecodecompiler". (and I don't store the code)
The python code sample starts off with C/C++ style comments.
Thanks! I will look into it.
Also, the Java sample starts with the C comment. It still works, because it's the same syntax, of course, but it has the wrong content.
Edit: my bad, I totally just clicked on the wrong one!
They python comment is fixed, thanks for testing it!