RUNNING LANGUAGES ON HTML | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 4

RUNNING LANGUAGES ON HTML

How to run languages other than JavaScript on HTML?

24th Jun 2019, 7:44 AM
KUNAL SINGH SHEKHAWAT
KUNAL SINGH SHEKHAWAT - avatar
6 Respostas
24th Jun 2019, 1:18 PM
Farhan
Farhan - avatar
+ 3
You can learn about java script in solo learn. Go dashboard and select java script course.
24th Jun 2019, 11:09 AM
Pahasara DvNET
Pahasara DvNET - avatar
+ 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.
25th Jun 2019, 3:03 AM
To_be_unnamed(_?_^@%āˆž)
To_be_unnamed(_?_^@%āˆž) - avatar
+ 2
Many js libs translate java or python code to js on the fly. So that'll be an easier (and slower) option.
25th Jun 2019, 3:04 AM
To_be_unnamed(_?_^@%āˆž)
To_be_unnamed(_?_^@%āˆž) - avatar
+ 2
for java one example is javapoly.js (their https cert of site expired)
25th Jun 2019, 3:09 AM
To_be_unnamed(_?_^@%āˆž)
To_be_unnamed(_?_^@%āˆž) - avatar