+ 4
RUNNING LANGUAGES ON HTML
How to run languages other than JavaScript on HTML?
6 Respuestas
+ 6
Here is a post to run python in html and another for java https://www.sololearn.com/Discuss/1855423/?ref=app
https://www.sololearn.com/discuss/1856864/?ref=app
+ 3
You can learn about java script in solo learn. Go dashboard and select java script course.
+ 2
most browser do not provide interpreter for languages other than js. So you have to write them with js on your own. There are many libreries out there for that. It is prety unlikely to run compiled binaries either, so C etc need to be interpreted rather executed.
+ 2
Many js libs translate java or python code to js on the fly. So that'll be an easier (and slower) option.
+ 2
for java one example is javapoly.js (their https cert of site expired)