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?
2 Respuestas
+ 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.
+ 1
Say hello to Brython!
A Python 3 implementation for client-side programming.
Check out more here: https://www.brython.info