14.13 The racket/repl Library (original) (raw)

top contents [← prev](Sandboxed%5FEvaluation.html "backward to "14.12 Sandboxed Evaluation"") [up](security.html "up to "14 Reflection and Security"") [next →](linklets.html "forward to "14.14 Linklets and the Core Compiler"")

14.13 The racket/repl Library🔗

(require racket/repl) package: base

The racket/repl provides the sameread-eval-print-loop binding as racket/base, but with even fewer internal dependencies than racket/base. It is loaded in some situations on startup, as described inInitialization.

top contents [← prev](Sandboxed%5FEvaluation.html "backward to "14.12 Sandboxed Evaluation"") [up](security.html "up to "14 Reflection and Security"") [next →](linklets.html "forward to "14.14 Linklets and the Core Compiler"")