Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 499 Bytes

lishp

Lishp is a Unix shell written in hy (a lisp dialect embedded in python)

This project is experimental and should not be used for anything serious

usage

to use lishp you need to have python 3 and pip installed

clone the repo by running:

$ git clone https://github.com/mohamedkhattab/lishp.git

change directory to the repo:

$ cd lishp/

then install the requirements through pip by running:

$ pip install -r requirements.txt

then you can run lishp using:

$ ./lishp.hy