Removed documentation for repl procedure.
This commit is contained in:
parent
048292ab2f
commit
563ed2c965
|
@ -31,22 +31,6 @@ The functionality of \ex{nth} is equivalent to that of \RnRS{}'s
|
|||
\ex{list-ref}. Therefore, \ex{nth} will go away in a future release.
|
||||
\end{desc}
|
||||
|
||||
|
||||
\section{Top level}
|
||||
\defun{repl}{}\undefined
|
||||
\begin{desc}
|
||||
This runs a {\scm} read-eval-print loop,
|
||||
reading forms from the current input port,
|
||||
and writing their values to the current output port.
|
||||
|
||||
If you wish to try something dangerous,
|
||||
and want to be able to recover your shell state, you can
|
||||
fork off a subshell with the following form:
|
||||
\codex{(run (begin (repl)))}
|
||||
{\ldots}or, rephrased for the proceduralists:
|
||||
\codex{(wait (fork repl))}
|
||||
\end{desc}
|
||||
|
||||
\section{Password encryption}
|
||||
|
||||
\defun {crypt} {key salt} {encrypted value}
|
||||
|
|
Loading…
Reference in New Issue