Kai Tamkun
@heimskr.io
Unironic C++ enjoyer working on JavaScriptCore at Apple.
As a fun experiment, I tried adding a quadruple-equals operator to JavaScriptCore. I'll let you guess its semantics. (Hint: it couldn't have a direct equivalent in v8.)
i think everyone should stop talking about rsync and instead talk about how Zig’s assert semantics are insane. social media is best when we all have something unambiguously stupid to dunk on, rather than trying to grapple with nuance a few hundred characters at a time.
This was a fun project :D
ECMAScript excitement 😉 JSC just landed a long-planned rewrite of their ESM module loader that will fix multiple famous spec bugs including those holding back ES2022 Top-Level Await 🎉 JSC is the JS engine used in Safari and Bun. github.com/WebKit/WebKi...