# Functions
Builtins takes the default serializer for a lisp environment and returns a set of package builtin functions that use it.
No description provided by the author
Dump serializes the structure of v as a JSON formatted byte slice.
Load parses b as JSON and returns an equivalent LVal.
LoadPackage adds the time package to env.
# Constants
DeafultPackageName is the package name used by LoadPackage.
# Structs
Serializer defines JSON serialization rules for lisp values.
# Type aliases
SortedMap implements lisp.Map and only supports string keys.