AutoLayout.js implements Apple's Auto Layout constraint system and Visual Format Language in Javascript. Auto layout is a system which lets you perform lay out using mathematical relationships. It is based on the incremental cassowary constraint solving t... (more…)
Read more »
LLJS: Low-Level JavaScript. Contribute to mbebenita/LLJS development by creating an account on GitHub. (more…)
Read more »
An edge case has convinced me it's the 'last' return that always wins… (more…)
Read more »
The biggest improvement in the latest version is the support for function pointers. Call marshalling is now two-way: JavaScript code can call Zig functions and Zig code can call JavaScript functions. This opens up a lot of new possibilities. Zig can now o... (more…)
Read more »
Ever since I read Malte Ubl’s proposal for a JavaScript bundle syntax, I’ve been fascinated by the question: does JavaScript need a “bundle” standard? Unfortunately that que… (more…)
Read more »