List of languages that compile to JavaScript

Unfancy JavaScript. Contribute to jashkenas/coffeescript development by creating an account on GitHub. Read more

Similar

Evaluating JavaScript Code via Import()

The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. (more…)

Read more »