languages that compile to JS

# Kam Kasravi (15 years ago)

Here's a list that Brendan was interested in sometime ago.

jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS

Pretty amazing what's out there. Was wondering if there are any TC39 efforts underway to expose modules and other strawman proposals to a parser that would generate regular JS. Something like stratifiedJS. It would help developers.

thanks Kam

# Brendan Eich (15 years ago)

Yes, that is under way already. Dave is prototyping simple modules in Narcissus:

mozilla/narcissus

See the pull request:

mozilla/narcissus/pulls

With Zaphod, this will be runnable in Firefox as an alternate <script> tag handler.