original commit: 1d2bae1bea78525cd54fdcaf9d59d712b27f2413
This commit is contained in:
Matthew Flatt 2000-03-16 22:51:57 +00:00
parent be209d4f31
commit 3b10ad1b8e
2 changed files with 5 additions and 10 deletions

View File

@ -129,7 +129,7 @@ Like -r, but also sets the directory.
Same as
.BR -dmv- .
.TP
.B \-s, --stdio
.B \-z, --stdio
Use stdio REPL. Same as
.BR -ve \ '(read-eval-print-loop)'.
.TP
@ -156,9 +156,6 @@ Identifiers and symbols are initially case-sensitive.
.B \-c, --esc-cont
Call/cc is replaced with call/ec.
.TP
.B \-k, --const-globs
Builtin globals are constant.
.TP
.B \-s, --set-undef
Set! works on undefined identifiers.
.TP
@ -283,8 +280,9 @@ or by e-mail to
plt-bugs@cs.rice.edu (discouraged)
.SH AUTHOR
.I MrEd
was implemented by Matthew Flatt (mflatt@cs.rice.edu) with
Robert Bruce Findler (robby@cs.rice.edu), based on
was implemented by Matthew Flatt (mflatt@cs.utah.edu) with
Robert Bruce Findler (robby@cs.rice.edu) and
John Clements (clements@cs.rice.edu), based on
MzScheme.
.SH SEE ALSO
.BR mzscheme(1),

View File

@ -112,9 +112,6 @@ Identifiers and symbols are initially case-sensitive.
.B \-c, --esc-cont
Call/cc is replaced with call/ec.
.TP
.B \-k, --const-globs
Builtin globals are constant.
.TP
.B \-s, --set-undef
Set! works on undefined identifiers.
.TP
@ -237,7 +234,7 @@ or by e-mail to
plt-bugs@cs.rice.edu (discouraged)
.SH AUTHOR
.I MzScheme
was implemented by Matthew Flatt (mflatt@cs.rice.edu).
was implemented by Matthew Flatt (mflatt@cs.utah.edu).
It uses the conservative garbage collector implemented by Hans
Boehm and extended by John Ellis. MzScheme was originally based
on libscheme, written by Brent Benson.