package
0.0.0-20250303173843-6a2cc74e10ff
Repository: https://github.com/blicero/krylisp.git
Documentation: pkg.go.dev

# Functions

MakeInterpreter creates a fresh Interpreter.

# Variables

ErrEval indicates some non-specified problem during evaluation.
ErrType indicates an invalid/unexpected type was encountered in an expression.

# Structs

Function represents a function.
Interpreter implements the evaluation of Lisp expressions.