mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
hyperlinking R5RS and R7RS references
This commit is contained in:
parent
cf2adc79f5
commit
cdd9fce781
1 changed files with 5 additions and 2 deletions
|
@ -29,7 +29,7 @@ best and customize the rest. Adding your own primitives or wrappers
|
||||||
around existing C libraries is easy with the C FFI.
|
around existing C libraries is easy with the C FFI.
|
||||||
|
|
||||||
Chibi is known to build and run on 32 and 64-bit Linux, OS X,
|
Chibi is known to build and run on 32 and 64-bit Linux, OS X,
|
||||||
iPhone OS, Windows (under cygwin) and Plan9.
|
iOS, Windows (under cygwin) and Plan9.
|
||||||
|
|
||||||
@section{Installation}
|
@section{Installation}
|
||||||
|
|
||||||
|
@ -94,6 +94,7 @@ are listed below.
|
||||||
@item{@ccode{SEXP_USE_SIMPLIFY} - use a simplification optimizer pass (enabled by default)}
|
@item{@ccode{SEXP_USE_SIMPLIFY} - use a simplification optimizer pass (enabled by default)}
|
||||||
@item{@ccode{SEXP_USE_BIGNUMS} - use bignums (enabled by default)}
|
@item{@ccode{SEXP_USE_BIGNUMS} - use bignums (enabled by default)}
|
||||||
@item{@ccode{SEXP_USE_FLONUMS} - use flonums (enabled by default)}
|
@item{@ccode{SEXP_USE_FLONUMS} - use flonums (enabled by default)}
|
||||||
|
@item{@ccode{SEXP_USE_UTF8_STRINGS} - Unicode sopport (enabled by default)}
|
||||||
@item{@ccode{SEXP_USE_NO_FEATURES} - disable almost all features}
|
@item{@ccode{SEXP_USE_NO_FEATURES} - disable almost all features}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -101,7 +102,9 @@ are listed below.
|
||||||
|
|
||||||
@subsection{Scheme Standard}
|
@subsection{Scheme Standard}
|
||||||
|
|
||||||
The default language is mostly compatible with the R5RS and R7RS, with all
|
The default language is mostly compatible with the
|
||||||
|
@hyperlink["http://www.schemers.org/Documents/Standards/R5RS/HTML/"]{R5RS} and
|
||||||
|
@hyperlink["http://scheme-reports.org/"]{R7RS}, with all
|
||||||
differences made by design, not through difficulty of implementation.
|
differences made by design, not through difficulty of implementation.
|
||||||
|
|
||||||
The following procedures are omitted:
|
The following procedures are omitted:
|
||||||
|
|
Loading…
Add table
Reference in a new issue