+ 1
Is there limits to code playground?
it seems as though less stuff works then on my computer
4 Antworten
+ 8
I never reach any limit.
+ 3
For obvious security reasons, there's a time limit of execution allowed for running a code in playground wich is distant compiled/ran/interpreted on server side ( that doesn't concerne JS in web outputs, wich are executed locally ^^ )... So, it may occurs to encounter 'time limit exceeded' error in code playground ;)
+ 2
yes, for one time output with limited input variables it is good to play around with.
+ 2
Solo Learn is meant as an introductory tool, so they may not have made as large group of libraries available as what might come with any particular installation of a compiler.
In addition, there is the single file set up (at least as a default, I haven't tried to work around it), which constrains me a bit because I'm picky.
That said, people do some pretty neat stuff, limitation often breeds creativity. What are you having trouble with? Perhaps fresh eyes could help.