JSNation Conference 2024 #JSNation #GitNation
Website – https://jsnation.com/
Follow the link to watch the full version of all the conference talks, QnA’s with speakers and hands-on workshop recordings → https://portal.gitnation.org/events/j...
Talk: Building a JS Engine -- For Fun!
Modern production-grade JS engines can seem intimidating, but that's not all there is! This lightning talk draws from my past experiences working on hobbyist JS engines, and it will cover the following:
Different angles to approach this seemingly complex task
Things you can learn along the way
Some existing projects that optimize for fun (instead of chasing benchmarks), and what makes them unique
You'll see that you don't need a background in compiler design to get started exploring JS engine internals. Most importantly, it's fun!