top | item 34528760

A tail call library in JavaScript/TypeScript

1 points| yangbo | 3 years ago |github.com

1 comment

order

yangbo|3 years 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?