Skip to content

Commit

Permalink
add a note about LIPS bookmarklet into Scheme doc about REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 25, 2024
1 parent 3824f5c commit e9fa563
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/scheme-intro/what-is-lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ scheme>

And you can type your scheme code and press enter to execute it (it's often called evaluation of the expression).

**NOTE**: you can run [LIPS bookmarklet](/#bookmark) while reading this tutorial. But note that it
doesn't yet support [continuations](/docs/scheme-intro/continuations) and TCO ([Tail Call
Optimization](/docs/scheme-intro/core#tail-call-optimization)).

### Standards

Scheme is standardized in form of [R<sup>n</sup>RS documents](https://standards.scheme.org/).
Expand Down

0 comments on commit e9fa563

Please sign in to comment.