Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 12, 2024
1 parent 9bca341 commit 13dbd61
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


Functional languages support **tail call optimization** (TCO) to provide memory
efficient recursion. Venice supports automatic tail call optimization and self
recursion through the *loop..recur* syntax. Self recursion is a way to mimic TCO.
Functional languages support **Tail Call Optimization** **(TCO)** to provide memory
efficient recursion. Venice supports *automatic Tail Call Optimization* and *self
recursion* through the *loop..recur* syntax. Self recursion is a way to mimic TCO.

In addition Venice provides the *trampoline* function for mutual recursion for more
involved forms of recursion.
Expand Down

0 comments on commit 13dbd61

Please sign in to comment.