Is it possible to write a plugin that allows executing client-side scripts in a browser in a language other than Javascript (take your choice - TCL, Rebol, Perl, Ruby, Python, Lisp, etc.).
To clarify, I am NOT talking about browser plug-ins that allow "applets" for certain languages to run in the browser - I know that this was done. I ask if it is possible to use a language other than Javascript (or something else) for HTML scripts using a plugin or other means? I am talking about [embed your language] between tags <script>...</script>.
My guess is that this has not yet been done. If so, because it is simply difficult / impossible?
Thank.
source
share