Is it possible to write a plugin that would allow client-side scripting to be done on the browser in a non-Javascript language (take your pick - TCL, Rebol, Perl, Ruby, Python, Lisp, etc)?
To clarify, I am NOT talking about browser plugins which allow "applets" for particular languages to run in the browser - I know that's been done. I'm asking whether one can use another language besides Javascript (or whatever else has been done) for the HTML scripting through use of a plugin or other means? I'm talking about [insert your language] between the <script>...</script>
tags.
My guess is this hasn't been done. If so, is it because it's just plain difficult/impossible?
Thanks.