SICP – Upcoming JavaScript Edition

MIT Press Direct is a distinctive collection of influential MIT Press books curated for scholars and libraries worldwide. Read more

Similar

Top Best JavaScript Frameworks List in 2017

JavaScript is one of the most popular languages for web development with a history of more than 20 years. However, despite the simplicity and unambiguousness of JS syntax, it is not an easy task to create large-scale software projects without additional t... (more…)

Read more »

A Prettier JavaScript Formatter

Today I am announcing prettier, a JavaScript formatter inspired by refmt with advanced support for language features from ES2017, JSX, and Flow. Prettier gets rid of all original styling and guarantees consistency by parsing JavaScript into an AST and pre...

Read more »

Casual Parsing in JavaScript

Over the last year and a half I've gotten really into writing parsers and parser-adjacent things like interpreters, transpilers, etc. I've done most of these projects in JavaScript, and I've settled into a nice little pattern that I re-use across projects... (more…)

Read more »