I compiled the world’s first JavaScript engine back to JavaScript
☕️ The world's first JavaScript engine written in 1995 by Brendan Eich, now compiled back to JS and WASM! - doodlewind/mocha1995... (more…)
Read more »
Producing HTML output in JavaScript remains an unsettled area. There are many schools of thought here. Some are still using traditional back end focused templating languages like Handlebars or Twig in JavaScript, while at the other extreme developers want… Read more