Hacker News new | ask | show | jobs
by nnx 1017 days ago
One under-advertised unique feature of Bun is that it supports proper tail calls, thanks to the JavascriptCore runtime.

Both Node and Deno, using V8, do not support those so some (functional) algos are harder to express there.