+ 7
[Suggestion] SoloLearn Offline Code Playground.
I really love SoloLearn and addicted to it. Sometimes is bothers me not to have offline code playground I request SoloLearn team to implement this please. Anyway, SL is great.
4 ответов
+ 9
Non web codes need Internet connection...
https://www.sololearn.com/discuss/1016305/?ref=app
+ 9
I don't think it requires much RAM to run most codes on SoloLearn. The main problem is that the offline compilers/interpreters/parsers (or emulators of some sort) for all relevant languages would have to be downloaded, which would probably be around a few hundred megabytes in size. (That is if SoloLearn has said emulators for Android/iOS)
+ 5
For the time being, you can use the following apps to compile/interpret your codes :
https://www.sololearn.com/discuss/366870/?ref=app
+ 4
I do not think it's possible. Sololearn offers several languages and including a compiler/interpreter for each one would make the size of the application too big
Currently the connection to the internet is necessary because the code is sent to the SL servers, there it is executed and the result is then returned to the user. For me that is a good way to keep the size of the application reasonable and should also facilitate development, since integrating all these tools can be somewhat complicated (and can generate new bugs or unwanted behavior with some code fragments). On the other hand, that would limit the operation on some Android devices that only have 512 MB of RAM