Hacker News new | ask | show | jobs
by quanglee 18 days ago
woah so cool! do you plan to add support for other languages like python or go? this can be very helpful in learning new languages or algorithms
1 comments

Thanks! Not yet, the hard part isn't reading the code, it's simulating how it runs. That logic is built specifically around JavaScript such as closures, async/await, the event loop, so another language means a new interpreter, not just a new parser. Python would be the most natural next step though