Warning: The project is being developed rapidly and iteratively except before version 0.1.0, there will not be a truly stable API interface and built-in operators, and it is strongly recommended that you do not use it in production.
Qy Lang, a Lisp language implemented in and based on Python.
Use pip and github:
pip3 install -U -I git+https://github.com/Cosmic-Developers-Union/Qy.gitor
python -m pip install -U -I git+https://github.com/Cosmic-Developers-Union/Qy.gitUse PyPi:
pip3 install QyLangor
python -m pip install QyLang- quote
- atom
- eq
- car
- cdr
- cons
- cond
from qy import qy
qy.eval(print, 'Hello World!')