Skip to content

Commit

Permalink
(docs) update details about Node REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 7, 2024
1 parent da07e21 commit a623d43
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/docs/lips/REPL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ Web REPL you can access from [Home page](/) or as a [bookmarklet](/#bookmark) us
Node.js version of the REPL, also supports syntax highlighting and auto indentation. It also
supports [paste bracket mode from Node.js](https://github.com/nodejs/node/pull/47150) (added by
[Jakub T. Jankiewicz](https://jcubic.pl/me) and released in
[v20.6.0](https://nodejs.org/en/blog/release/v20.6.0)), to properly handle copy-paste of Scheme
code.
[v20.6.0](https://nodejs.org/en/blog/release/v20.6.0) and [v18.19.0](https://nodejs.org/en/blog/release/v18.19.0)),
to properly handle copy-paste of Scheme code.

In the future, the Node.js REPL may also support parentheses matching. It's supported by
[CLisp](https://www.gnu.org/software/clisp/) and [Common Lisp](https://common-lisp.net/)
interpreter.
To learn more you can read this article:
[Handling auto-indentation in Node.js REPL](https://jakub.jankiewicz.org/blog/node-repl-auto-indent/).

From version [1.0.0-beta.20](https://github.com/LIPS-scheme/lips/releases/tag/1.0.0-beta.20)
the Node.js REPL also supports parentheses matching. It's supported by
[CLisp](https://www.gnu.org/software/clisp/), a [Common Lisp](https://common-lisp.net/) interpreter.

## Procedures useful in REPL

Expand Down

0 comments on commit a623d43

Please sign in to comment.