Skip to content

Serrones/lispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lispy

Scheme Interpreter in Python

Goals

This project is for only study purpose

Original project by:

Peter Norvig, 2010-16

See http://norvig.com/lispy.html

How to use

>>>from lispy import repl

>>>repl()

lispy>

lispy> (define circle-area (lambda (r) (* pi (* r r))))

lispy> (circle-area 2)

12.566370614359172

lispy>

About

Scheme Interpreter in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages