Y
Hacker News
new
|
ask
|
show
|
jobs
A tail call library in JavaScript/TypeScript
(
github.com
)
1 points
by
yangbo
1248 days ago
1 comments
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?
link