From 7d550f58bae841a5322f8d68272749f6f0ab2d79 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 13 May 2024 22:51:01 +0200 Subject: [PATCH] add info about call/cc and TCO to the website --- docs/docs/lips/intro.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/lips/intro.md b/docs/docs/lips/intro.md index def51163..6ee2256f 100644 --- a/docs/docs/lips/intro.md +++ b/docs/docs/lips/intro.md @@ -1004,3 +1004,8 @@ loading `.xcb` or `.scm` files. **NOTE**: directives `#!fold-case` and `#!no-fold-case` work only inside the parser and they are treated 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.