Remix.run Logo
ZiiS 7 hours ago

At least in Lua then the rule is simply 'last thing a function dose' this is unambiguous. `return f()` is always a tail call and `return f() + 1` never is.

3 hours ago | parent [-]
[deleted]