A Clojure-like lisp written for Python
Project description
🐍 basilisp 🐍
A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+.
Getting Started
Basilisp is developed on GitHub and
hosted on PyPI. You can fetch Basilisp
using pip
:
pip install basilisp
Once Basilisp is installed, you can enter into the REPL using:
basilisp repl
Basilisp documentation can help guide your exploration at the REPL. Additionally, Basilisp features many of the same functions and idioms as Clojure, so you may find guides and documentation there helpful for getting started.
Why does this project exist?
Basilisp is a project I (@chrisrink10) created to learn about Python, Clojure, hosted languages, and compilers.
That said, it is generally stable at this point with reasonably high test coverage, linting, and type checking. Work is ongoing to complete the rest of standard the library implementations. I suspect it could be used to build small applications and tools at this point, though I would not recommend it unless you like being a very early adopter.
Use in a production setting at your own risk.
License
Eclipse Public License 1.0
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.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30bdf65e7a58739e765fd604de866f53d7666036f603865bb87465acba9d21ce |
|
MD5 | 1c1aa2bc837342bb3b87d776663176a9 |
|
BLAKE2b-256 | fb90ab6e2f74854d264adb0ad415cc0ed58187f1168bc32eb2752eee8ecef6df |