The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V... (more…)
Read more »
👻 Option, Result, and Either types for TypeScript; Inspired by Rust - GitHub - sniptt-official/monads: 👻 Option, Result, and Either types for TypeScript; Inspired by Rust... (more…)
Read more »
JavaScript framework for visual programming and creating node editor - retejs/rete... (more…)
Read more »
A JavaScript framework to easily operate in global financial markets. - Reiryoku-Technologies/Mida... (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »