A JavaScript Runtime in ~100 lines of code

Contribute to JLCarveth/zjs development by creating an account on GitHub. Read more

Similar

A Proposal for Type Syntax in JavaScript

Today we’re excited to announce our support and collaboration on a new Stage 0 proposal to bring optional and erasable type syntax to JavaScript. Because this new syntax wouldn’t change how surrounding code runs, it would effectively act as comments. We t... (more…)

Read more »

JavaScript Promises and Monads

In the absence of a strong type system and a stateful paradigm, JavaScript developers need to be extra careful when managing state so that their code doesn't become a tangled mess. Dealing with ansynchronicity can get especially messy. We can learn a lot ... (more…)

Read more »