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 »
Inheritance refers to an object’s ability to access methods and other properties from another object. Objects can inherit things from other objects. Inheritance in JavaScript works through something… (more…)
Read more »
In two and a half years I went from zero knowledge about programming to a full-stack JavaScript developer. It was a difficult journey, and… (more…)
Read more »
JACL is an experimental Lisp system for the Web browser platform in the early stages development. It was created by Alan Dipert to explore new techniques for developing large SPAs (Single Page Applications) with Lisp. (more…)
Read more »
flow-static-land - Implementation of common algebraic types in JavaScript + Flow...
Read more »