A tail call library in JavaScript/TypeScript

by yangboon 1/26/23, 7:33 AMwith 1 comments
by yangboon 1/26/23, 7:33 AM

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?