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?
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?