I know that IE could run VBScript and JScript, but I want cross-browser things that use another language than JavaScript, so that I wrote this:
<script src='bla.rb' type='text/ruby'></script>
<script src='bla.coffee' type='text/coffescript'></script>
<script src='bla.ics' type='text/icedcoffescript'></script>
It would run normally. How to make these tags works?