Skip to content

nw0428/pylisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylispy

This provides users with cons, car, cdr, is_null, is_pair, ls, append, and null

Install this package by running pip3 install pylispy

To use it in python run: from pylispy import *