Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 366 Bytes

lily

lil repl for a lissp

install requirements

pip3 install ptpython
pip3 install hissp

or better

$ pip install git+https://github.com/gilch/hissp

try out lily

git clone https://github.com/mjobuda/lily
cd lily
python lily.py

install lily

cat ptconfig.py lex.py lily.py > ~/.local/bin/lily
chmod 755 ~/.local/bin/lily