Y
Hacker News
new
|
ask
|
show
|
jobs
by
yangbo
1248 days ago
Hi all, I created a library to perform tail call optimization in JavaScript. The idea is to create proxies backed by trampolines, so that it is transparent from the caller's point of view. What do you think?