mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-27 21:58:53 +01:00
Update README.md
This commit is contained in:
parent
ffacc587c9
commit
0521320eb8
1 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,8 @@ Here are some details on SKINT's interactive Read-Eval-Print-Loop (REPL) and eva
|
||||||
* command-line options can be shown by running `skint --help`
|
* command-line options can be shown by running `skint --help`
|
||||||
* both `import` and `define-library` forms can be entered interactively into REPL
|
* both `import` and `define-library` forms can be entered interactively into REPL
|
||||||
* REPL supports single-line `comma-commands` — type `,help` for a full list
|
* REPL supports single-line `comma-commands` — type `,help` for a full list
|
||||||
|
* on Un*x-like systems, interactive use of skint with line exiting requires external readline wrapper
|
||||||
|
such as [rlwrap](https://github.com/hanslub42/rlwrap)
|
||||||
|
|
||||||
Please note that SKINT's interaction environment exposes bindings for all supported R7RS-small procedures
|
Please note that SKINT's interaction environment exposes bindings for all supported R7RS-small procedures
|
||||||
and syntax forms directly, so there is no need to use `import`. All R7RS-small libraries are built-in and
|
and syntax forms directly, so there is no need to use `import`. All R7RS-small libraries are built-in and
|
||||||
|
|
Loading…
Reference in a new issue