schemed.types

Undocumented in source.

Members

Aliases

Builtin
alias Builtin = Atom delegate(Atom[] args)
Undocumented in source.
Symbol
alias Symbol = Typedef!string
Undocumented in source.

Classes

Closure
class Closure

A Closure is either a native Scheme function or a builtin.

SchemeEvalException
class SchemeEvalException

Thrown when code did not evaluate.

SchemeException
class SchemeException

The exception type thrown in this interpreter.

SchemeParseException
class SchemeParseException

Thrown when code did not parse.

Functions

makeNil
Atom makeNil()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Atom
struct Atom
Undocumented in source.

Meta