mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 13:16:36 +02:00
Adding a note about evaluation order.
This commit is contained in:
parent
d1e9162012
commit
4a4f626956
1 changed files with 6 additions and 0 deletions
|
@ -162,6 +162,12 @@ automatically called with the following signature:
|
|||
const char* version, sexp_abi_identifier_t abi);
|
||||
}
|
||||
|
||||
Note, as R7RS (and earlier reports) states, "in contrast to other
|
||||
dialects of Lisp, the order of evaluation is unspecified [...]".
|
||||
Chibi is one of the few implementations which use a right-to-left
|
||||
evaluation order, which can be surprising to programmers coming from
|
||||
other languages.
|
||||
|
||||
\subsection{Module System}
|
||||
|
||||
Chibi uses the R7RS module system natively, which is a simple static
|
||||
|
|
Loading…
Add table
Reference in a new issue