N4JS – Strongly typed superset of JavaScript with an IDE and ES6/7 features

The N4JS language and its IDE enable high-quality JavaScript development for large Node.js projects.

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 »