hissp package¶
Submodules¶
Module contents¶
It’s Python with a Lissp
.
See the GitHub project for complete documentation and tests.
https://github.com/gilch/hissp
__init__.py
imports several utilities for convenience, including
hissp.compiler.readerless
, hissp.munger.demunge
,
hissp.reader.transpile
, and hissp.repl.interact
,
as well as the hissp.macros._macro_
namespace,
making all of the bundled macros available with the shorter
hissp.._macro_
qualifier.