Skip to content

Commit

Permalink
add info about call/cc and TCO to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 13, 2024
1 parent cf42af7 commit 7d550f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/lips/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7d550f5

Please sign in to comment.