def load
Load a file and evaluate its contents in the top-level environment.
def __call__
x.__call__(...) <==> x(...)
def __repr__
x.__repr__() <==> repr(x)
def eval_string
Parse a string as Scheme and evaluate the expressions it contains, in order, returning the last expre...
Raised on Guile-related errors.
def lookup
Return the variable bound to a symbol.
def define
Create a top level variable.