mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
updating default language in manpage to (scheme small)
This commit is contained in:
parent
2a05db5382
commit
90a13333e1
1 changed files with 8 additions and 2 deletions
|
@ -76,8 +76,14 @@ module. This can be launched automatically with:
|
||||||
.I chibi-scheme -R
|
.I chibi-scheme -R
|
||||||
\[char46]
|
\[char46]
|
||||||
|
|
||||||
The default language the R7RS
|
For convenience the default language is the
|
||||||
(scheme base) module. To get a mostly R5RS-compatible language, use
|
(scheme small) module, which includes every library in the R7RS
|
||||||
|
small standard, and transitively some other dependencies. All of this
|
||||||
|
together is actually quite large, so for a more minimal startup
|
||||||
|
language you'll want to use the
|
||||||
|
.I -x module
|
||||||
|
option described below.
|
||||||
|
To get a mostly R5RS-compatible language, use
|
||||||
.I chibi-scheme -xscheme.r5rs
|
.I chibi-scheme -xscheme.r5rs
|
||||||
or to get just the core language used for bootstrapping, use
|
or to get just the core language used for bootstrapping, use
|
||||||
.I chibi-scheme -xchibi
|
.I chibi-scheme -xchibi
|
||||||
|
|
Loading…
Add table
Reference in a new issue