top | item 46708977

Building a JavaScript runtime in one month

4 points| theMackabu | 1 month ago |themackabu.dev

4 comments

order

cztomsik|1 month ago

interesting how things like these were top stories just few years ago (and they are still the kind of content which I enjoy reading about) and now nobody upvotes anymore (this was submitted 3 times, different people, <10 votes; 1-2 comments)

theMackabu|1 month ago

Four times actually, got a better reception on other sites though lwk

bitkin_dev|1 month ago

Curious what you found hardest: GC design, embedding V8 alternatives, or tooling around debugging?

theMackabu|1 month ago

I have to say it was the GC, as i’ve had to fix it another 5 times since this article