A Clojure-like lisp written for Python
Project description
🐍 basilisp 🐍
A Lisp dialect inspired by Clojure targeting Python 3.
Disclaimer: Basilisp is a project I created to learn about Python, Clojure, and hosted languages generally. It should not be used in a production setting.
Getting Started
Basilisp is developed on GitHub and hosted on PyPI. You can fetch Basilisp using a simple:
pip install basilisp
Once Basilisp is installed, you can enter into the REPL using:
basilisp repl
Basilisp features many of the same functions and idioms as Clojure so you may find guides and documentation there helpful for getting started.
Developing on Basilisp
Requirements
This project uses pipenv
to
manage the Python virtual environment and project dependencies. pipenv
can be installed using Homebrew (on OS X) or pip
otherwise:
brew install pipenv
pip install --user pipenv
Additionally, pyenv
is recommended to
manage versions of Python readily on your local development environment.
Setup of pyenv
is somewhat more specific to your environment, so see
the documentation in the repository for more information.
Getting Started
To prepare your pipenv
environment, you need to install dependencies
and install Basilisp as an editable dependency:
make setup-dev
Afterwards, you can start up the REPL for development with a simple:
make repl
If dependencies are added or changed afterwards, you may need to
make setup-dev
again before attempting to start the REPL again or
run tests.
Linting, Running Tests, and Type Checking
Basilisp automates linting, running tests, and type checking using
Tox. All three steps can be performed
using a simple make
target:
make test
Testing is performed using PyTest. Type checking is performed by MyPy. Linting is performed using Prospector.
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for basilisp-0.1.dev4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc2123b9873fdbfdbdd77664612210afbe4ea46fbb08157181785e2d7d7c9ebf |
|
MD5 | 41b0ac9620e206b64de851be13f9d0fc |
|
BLAKE2b-256 | 5e7b7b8daab792d5d7b84b6979ce9b8b40eea65024cad56b92a385c0b87563ca |