cblp / funlangs

Functional languages index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename "Tail Call Optimization" to "Guaranteed Tail Call Optimization"

gabriel-fallen opened this issue · comments

Tail Call Optimization is possible in most languages and gets performed on many occasions by most mature compilers even for C and C++ or Scala for instance. Thus current statement is technically incorrect. I think we should clarify that we're talking about guaranteed TCO that's mandated by language standard and provided by all implementations of said language.