NAME
lang/lisp/module/prelude - Packaged Lisp prelude source.
SYNOPSIS
from lang/lisp/module/prelude import LISP_SOURCE;
DESCRIPTION
This module wraps the Lisp prelude source in an installable Zuzu module. lang/lisp/eval loads it when standard_env() is built.
EXPORTS
Constants
LISP_SOURCEString containing the Lisp source code.
COPYRIGHT AND LICENCE
lang/lisp/module/prelude is copyright Toby Inkster.
It is free software; you may redistribute it and/or modify it under the terms of either the Artistic License 1.0 or the GNU General Public License version 2.