Documentation ¶
Overview ¶
Package bootstrap performs initial setup of the environment. Create a new `*namespace.Manager` and then pass it to `Into`.
Index ¶
Constants ¶
View Source
const ( BuiltInNotFound = "built-in not found: %s" SpecialNotFound = "special form not found: %s" MacroNotFound = "macro not found: %s" )
Error messages
Variables ¶
This section is empty.
Functions ¶
func DevNullManager ¶
DevNullManager configures a manager that is completely isolated from the top-level of the system. All I/O is rerouted to and from /dev/null
func TopLevelManager ¶
TopLevelManager configures a manager that could be used at the top-level of the system, such as the REPL. It has access to the *env*, *args*, and standard in/out/err file streams.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.