Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fluentpython/example-code-2e
/ lispy.py
File
lispy.py
18-with-match/lispy/original/lispy.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
################ Scheme Interpreter in Python
2
3
## (c) Peter Norvig, 2010; See http://norvig.com/lispy2.html
4
Callers
nothing calls this directly
Calls
6
Symbol
Class · 0.85
add_globals
Function · 0.85
Env
Class · 0.85
eval
Function · 0.70
parse
Function · 0.70
repl
Function · 0.70
Tested by
no test coverage detected