hissp.repl module

The Lissp Read-Evaluate-Print Loop. For interactive use.

class hissp.repl.LisspREPL(locals=None, filename='<console>')

Bases: code.InteractiveConsole

Lissp’s Read-Evaluate-Print Loop, layered on Python’s.

You can initialize the REPL with a locals dict, which is useful for debugging other modules. Call interact() to start.

hissp.repl.main(__main__=None)

REPL command-line entry point.