Can i edit the DOM with other languages than javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can i edit the DOM with other languages than javascript?

Hi, this is my first question! For example with C, C++, ruby, python, haskell, etc. is there a video where they say what language is better for a particularly case?

13th Mar 2018, 5:08 PM
José Cruz Elguea
José Cruz Elguea - avatar
2 Answers
+ 5
It depends on the browser you could use VBScript or Tcl. In the same way Java, C ++ and some other languages had tools to compile to JS (although I'm not sure they're still active). Finally you could also use Dart (currently with Dartium or compile it to JS) or some of the languages that are designed to compile to JS. The problem in many cases is not to manipulate the DOM (since there is no standard), but the support of browsers to a language other than JS.
13th Mar 2018, 6:00 PM
Mickel
Mickel - avatar
+ 1
Say hello to Brython! A Python 3 implementation for client-side programming. Check out more here: https://www.brython.info
13th Mar 2018, 6:29 PM
777
777 - avatar