But yes, similar to how all recursive functions can be rewritten using loops, 
which are more efficient, that is essentially what tail call optimization does 
- just that the process it automatic. 

> On Apr 6, 2019, at 5:21 AM, Jan Mercl <0xj...@gmail.com> wrote:
> 
> On Sat, Apr 6, 2019 at 9:34 AM Louki Sumirniy 
> <louki.sumirniy.stal...@gmail.com> wrote:
> 
> A tail call is in the first approximation just what it says:
> 
>         call foo
>         ret
> 
> Nothing other is really that much special about it.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to