fix more typos
svn: r6501
This commit is contained in:
parent
3ac6ef1d06
commit
04836dbae1
|
@ -13,8 +13,8 @@ An expression of the form
|
||||||
|
|
||||||
is a procedure application when @scheme[_proc-expr] is not an
|
is a procedure application when @scheme[_proc-expr] is not an
|
||||||
identifier that is bound as a transformer. The @scheme[...] in this
|
identifier that is bound as a transformer. The @scheme[...] in this
|
||||||
syntactic sketch means ``zero or more repetitions of the preceeding
|
syntactic sketch means ``zero or more repetitions of the preceding
|
||||||
element;'' that is, zero or more @scheme[_arg-expr]s.
|
element.'' Specifically, it means zero or more @scheme[_arg-expr]s.
|
||||||
|
|
||||||
A procedure application is evaluated by first evaluating the
|
A procedure application is evaluated by first evaluating the
|
||||||
@scheme[_proc-expr] and all @scheme[_arg-expr]s in order (left to
|
@scheme[_proc-expr] and all @scheme[_arg-expr]s in order (left to
|
||||||
|
|
|
@ -14,8 +14,8 @@ case, a @scheme[lambda] expression has the form
|
||||||
]
|
]
|
||||||
|
|
||||||
The @scheme[...+] in this syntactic sketch means ``one or more
|
The @scheme[...+] in this syntactic sketch means ``one or more
|
||||||
repetitions of the preceeding element;'' that is, one or more
|
repetitions of the preceeding element.'' Specifically, it means one or
|
||||||
@scheme[_body-expr]s.
|
more @scheme[_body-expr]s.
|
||||||
|
|
||||||
A @scheme[lambda] form with @math{n} @scheme[_arg-id]s accepts
|
A @scheme[lambda] form with @math{n} @scheme[_arg-id]s accepts
|
||||||
@math{n} arguments:
|
@math{n} arguments:
|
||||||
|
|
|
@ -159,7 +159,7 @@ traditional Scheme environment, but we strongly recommend against using
|
||||||
|
|
||||||
Writing definitions outside of a module leads to bad error messages,
|
Writing definitions outside of a module leads to bad error messages,
|
||||||
bad performance, and awkward scripting to combine and run
|
bad performance, and awkward scripting to combine and run
|
||||||
programs. The problems are not in @exec{mzscheme}'s implementation;
|
programs. The problems are not specific to @exec{mzscheme};
|
||||||
they're fundamental limitations of the traditional top-level
|
they're fundamental limitations of the traditional top-level
|
||||||
environment, which Scheme and Lisp implementations have historically
|
environment, which Scheme and Lisp implementations have historically
|
||||||
fought with ad hoc command-line flags, compiler directives, and
|
fought with ad hoc command-line flags, compiler directives, and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user