SpiderMonkey (@spidermonkeyjs) 's Twitter Profile
SpiderMonkey

@spidermonkeyjs

SpiderMonkey is Mozilla’s JavaScript and WebAssembly Engine, used in Firefox, Servo and various other projects.

ID: 3086455048

linkhttp://spidermonkey.dev calendar_today11-03-2015 11:07:37

201 Tweet

2,2K Followers

0 Following

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

ECMAScript excitement 😉 ES2021 has been approved by the Ecma General Assembly 🎉 💡 Logical Assignment Operators (&&= ||= ??=) 💡 Numeric Separators (1_000) 💡 Promise.any & AggregateError 💡 String.prototype.replaceAll 💡 WeakRefs & FinalizationRegistry

Mathias Bynens (@mathias) 's Twitter Profile Photo

Littledan @andywingo SpiderMonkey Luke Wagner yulia Honestly, hiring John Howard for any JS engine swag design is now mandatory. The BaldrMonkey t-shirt is my favorite 🔥 monkeyink.com/ink/blog/archi…

Web Directions (@webdirections) 's Twitter Profile Photo

Just-In-Time (JIT) compilers are used in all major JavaScript engines to improve the speed, but how do they work? At Global Scope Nicolas B. Pierron will help us understand the principles of JIT compilation, and so how to optimize our code. buff.ly/3dkGzhL

Just-In-Time (JIT) compilers are used in all major JavaScript engines to improve the speed, but how do they work? At Global Scope <a href="/nbpname/">Nicolas B. Pierron</a> will help us understand the principles of JIT compilation, and so how to optimize our code.

buff.ly/3dkGzhL
Web Directions (@webdirections) 's Twitter Profile Photo

Language specification can be a bit of a mystery. At Global Scope, yulia introduces the stages of the TC39 process for introducing a new language feature to JavaScript, and some high level concerns around our design process. buff.ly/3djR3OE

Language specification can be a bit of a mystery. At Global Scope, <a href="/codehag/">yulia</a> introduces the stages of the TC39 process for introducing a new language feature to JavaScript, and some high level concerns around our design process.

buff.ly/3djR3OE
Firefox DevTools (@firefoxdevtools) 's Twitter Profile Photo

Our friends SpiderMonkey implemented the Error cause proposal in Firefox 91* (github.com/tc39/proposal-…) The WebConsole displays this new cause property in error messages (and yes, you can have a chain of Error causes 🙂) * 91 will be Beta/DevEdition later this week

Our friends <a href="/SpiderMonkeyJS/">SpiderMonkey</a> implemented the Error cause proposal in Firefox 91* (github.com/tc39/proposal-…)

The WebConsole displays this new cause property in error messages (and yes, you can have a chain of Error causes 🙂)

* 91 will be Beta/DevEdition later this week
Rob Palmer (@robpalmer2) 's Twitter Profile Photo

ECMAScript excitement 😉 Congrats to all those who contributed to today's release of Firefox 90 🎉 ⚡ Private Fields & Methods (Stage 4) ⚡ .at() for Arrays & Strings (Stage 3) ⚡ Ergonomic Brand Checks (Stage 3) ⚡ Intl.DateTimeFormat dayPeriod option

SpiderMonkey (@spidermonkeyjs) 's Twitter Profile Photo

A lot of improvements landed in Firefox 90 and 91. Read about it in our latest newsletter: spidermonkey.dev/blog/2021/07/1…

Dmitry Bezhetskov (@dbezhetskov) 's Twitter Profile Photo

I've finally setup my blog - dbezhetskov.dev/blog and there is a first post about SpiderMonkey and WASI (dbezhetskov.dev/blog/spidermon…)

Nicolas B. Pierron (@nbpname) 's Twitter Profile Photo

Following yulia 's footsteps with #CompilerCompiler, this Firday 6pm CEST would be the first #ReverseEngineerSpidermonkey stream at twitch.tv/BackToTheCode. On the topic, the LifoAlloc allocator used to speed-up large number of allocations while reclaiming the memory quickly.

Iain Ireland (@iainlreland) 's Twitter Profile Photo

My team at Mozilla is hiring. Come write compilers with us! The Layout, DOM, and Media Playback teams are also looking for C++ programmers: careers.mozilla.org/position/gh/35… Happy to answer questions if you're interested!

yulia (@codehag) 's Twitter Profile Photo

Ecma International recently approved the 2022 standard of ECMAScript. But there is something new in this edition that hasn't been part of prior editions, and this isn't a new programming feature. 🧵 hacks.mozilla.org/2022/06/the-sp…

SpiderMonkey (@spidermonkeyjs) 's Twitter Profile Photo

Late last year, we implemented the Import Maps specification in Firefox. Yoshi (the engineer working on it) wrote an in-depth introduction to it, along with a deep dive that you can expect next week! Read the blog post here: spidermonkey.dev/blog/2023/02/2…

SpiderMonkey (@spidermonkeyjs) 's Twitter Profile Photo

Last week we introduced what import maps are and how they work. This week Yoshi explores the feature in depth, in the second part of his two part series on Import maps. Read the blog post here: spidermonkey.dev/blog/2023/03/0…