From c06e0a7bffa2a91087c8d0b0041a37e33601f21e Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 13 May 2024 23:02:34 +0200 Subject: [PATCH] add link to TCO from LIPS core page --- docs/docs/lips/intro.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/lips/intro.md b/docs/docs/lips/intro.md index 6ee2256f..7c24ada1 100644 --- a/docs/docs/lips/intro.md +++ b/docs/docs/lips/intro.md @@ -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.