Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

programming

A collection of 1 post
elixir

Tail Call Optimisation

Tail Call Optimization is the process by which a smart compiler can make a call to a function and take no additional stack space. The only situation in which this happens is if the last instruction executed in a function is a call to another function or the function itself.
May 6, 2016 1 min read
Page 1 of 1
Today I learned © 2023
Powered by Ghost