For which languages, Sololearn is using an offline compiler or interpreter ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

For which languages, Sololearn is using an offline compiler or interpreter ?

I feel like atleast for JavaScript, it's running offline. Can anyone state some others too with reason why it is so?

15th Sep 2018, 6:12 AM
Zoetic_Zeel
Zoetic_Zeel - avatar
10 Answers
+ 3
Zoetic_Zeel As I recall someone here mentioned before, as long as there is no external resources used, like hyperlink, script, stylesheet, or images etc. web code can run just fine offline, I guess it's because JS is a client side scripting language, and browsers have their own engine to process it. SoloLearn app uses WebView which is somewhat a browser too (cmiiw), so probably that's how it works offline : )
15th Sep 2018, 6:31 AM
Ipang
+ 6
Zoetic_Zeel Actually you can create codes while offline. That's how I create my codes too. But saving it needs an internet connection.
15th Sep 2018, 6:33 AM
Email Not Activated
+ 3
:)
15th Sep 2018, 6:41 AM
Janning⭐
Janning⭐ - avatar
+ 2
What makes you feel like it's running offline?
15th Sep 2018, 6:18 AM
Janning⭐
Janning⭐ - avatar
+ 2
Janning⭐ While saving our codes, we are uploading them on sololearn database. So obviously we'll need an internet connection. But just for execution, it's performing offline.
15th Sep 2018, 6:30 AM
Zoetic_Zeel
Zoetic_Zeel - avatar
+ 2
Ipang Cool bro. That's what I was thinking it can be. You provided proper details and filled the gap..😀😀👌👌
15th Sep 2018, 6:33 AM
Zoetic_Zeel
Zoetic_Zeel - avatar
+ 2
Sure. It's using your web browser through a web viewer. https://www.quora.com/Does-the-browser-understand-JavaScript
15th Sep 2018, 6:35 AM
Janning⭐
Janning⭐ - avatar
+ 2
Janning⭐ Ipang Sleepy Koala Actually I'm a pythonic guy just started into JS. So for me it's pain to have online interpreter which we already have for python. That is why offline JS is feeling like a blessing..😀😀
15th Sep 2018, 6:37 AM
Zoetic_Zeel
Zoetic_Zeel - avatar
+ 1
I can make changes, but if I try to save them with both the Wi-Fi and the data plan off, I get a "No connection" error message. Yours must be special? :)
15th Sep 2018, 6:27 AM
Janning⭐
Janning⭐ - avatar
0
Janning⭐ I turned off of my internet. made changes to code and it is running perfectly. by the way I'm using app not web
15th Sep 2018, 6:20 AM
Zoetic_Zeel
Zoetic_Zeel - avatar