Skip to content

Commit

Permalink
add link to TCO from LIPS core page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 13, 2024
1 parent 7d550f5 commit c06e0a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/lips/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -1007,5 +1007,6 @@ as comments, so you can't compile the code that have those directives.

## Limitations

LISP Scheme currently don't support [continuations](/docs/scheme-intro/continuations) and Tail Call
Optimizations (TCO). But they are part of the roadmap for version 1.0.
LISP Scheme currently don't support [continuations](/docs/scheme-intro/continuations) and [Tail Call
Optimization](/docs/scheme-intro/core#tail-call-optimization). But they are part of the roadmap for
version 1.0.

0 comments on commit c06e0a7

Please sign in to comment.