Hacker News new | ask | show | jobs
Building a JavaScript runtime in one month (themackabu.dev)
4 points by theMackabu 144 days ago
2 comments

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)
Four times actually, got a better reception on other sites though lwk
Curious what you found hardest: GC design, embedding V8 alternatives, or tooling around debugging?
I have to say it was the GC, as i’ve had to fix it another 5 times since this article