nw0428 / pylisp

Lisp functions for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 *

About

Lisp functions for python

License:MIT License


Languages

Language:Python 100.0%