andrewducker: (0)
andrewducker ([personal profile] andrewducker) wrote 2010-11-11 03:30 pm (UTC)

When it encounters:
<script type="byte/code" language="bytecode" src="http://myserver/somecode.byt"></script>
it will pass it to the bytecode interpreter to run.
When it encounters:
<script type="text/javascript" language="javascript" src="http://myserver/media/js/jquery.js"></script>
it will run it as it currently does through the JS interpreter.

The browser continues to do the work _for JS_, but allows you to write code in other languages if you so desire.

Post a comment in response:

This account has disabled anonymous posting.
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting