tinylisp.py

Created by lilian-besson-1

Created on October 21, 2024

6.36 KB

Lispy: Scheme Interpreter in Python (c) Peter Norvig, 2010-16; See http://norvig.com/lispy.html Launch the script and then type some basic Lisp code. Example:

(define fact (lambda (n) (if (<= n 1) 1 (* n (fact (- n 1))))))

(fact 10)

Should print 362880

Requires my “operator.py” script.


During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.