Hacker News new | ask | show | jobs
by truncate 3817 days ago
Its good to see ocaml->js back to life. Have you considered supporting TCO or arbitrarily deep stack? I'm just curious how often could we reuse ocaml libraries with just tail call to loop conversion.
1 comments

self tail call is supported. mutual recursive tailcall can be done partially, but there is not a strong guarantee