Hacker News new | ask | show | jobs
by dunham 516 days ago
It would be nice if node did tail call optimization, but that seems unlikely at this point (v8 added and then removed it). I've been using bun as a backend for my toy language because of this.