Skip to main content

Qy Lang, a Lisp language implemented in and based on Python

Project description

Qy

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.

Install

Use pip and github:

pip3 install -U -I git+https://github.com/Cosmic-Developers-Union/Qy.git

or

python -m pip install -U -I git+https://github.com/Cosmic-Developers-Union/Qy.git

Use PyPi:

pip3 install QyLang

or

python -m pip install QyLang

Usage

Operator

  • quote
  • atom
  • eq
  • car
  • cdr
  • cons
  • cond

Middle Langer

from qy import qy

qy.eval(print, 'Hello World!')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qylang-0.0.4.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

QyLang-0.0.4-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page