JSC.js is a JavaScript engine which can run on top of you browser’s JavaScript engine. It’s based on the default JavaScript engine (JavaScriptCore) of WebKit and compiled with emscripten. Therefore, if you’re using Safari, you can literally run its JavaSc... (more…)
Read more »
Clio is a functional, parallel, distributed programming language. - clio-lang/clio... (more…)
Read more »
A simple way to manage state with the ability to undo & redo actions & squash down history where needed... (more…)
Read more »
It wasn't possible before : only low-level langages as C, C++ or Rust could be compiled into WebAssembly or ASM.JS. NectarJS can now compile a program written in JavaScript into WebAssembly or ASM.JS... (more…)
Read more »
Several months ago, I announced es7-membrane, a new project for letting JavaScript developers control, through JS proxies, what their customers see of their own libraries. A proxy, as you may recall, lets its creator define rules for looking up propertie... (more…)
Read more »