Skip to content

A Clojure-compatible(-ish) Lisp dialect hosted on Python 3 with seamless Python interop

License

Notifications You must be signed in to change notification settings

antlobach/basilisp

 
 

Repository files navigation

🐍 basilisp 🐍

A Clojure-compatible(-ish) Lisp dialect hosted on Python 3 with seamless Python interop.

PyPI python pyimpl readthedocs Run tests Run clojure-test-suite Coveralls github license Slack

Getting Started

Basilisp is developed on GitHub and hosted on PyPI. You can fetch Basilisp using pip (or any other Python dependency manager which can pull from PyPI):

pip install basilisp

Once Basilisp is installed, you can enter into the REPL using:

basilisp repl

Documentation

Basilisp documentation can help guide your exploration at the REPL and beyond. Additionally, Basilisp features many of the same functions and idioms as Clojure, so you may find guides and documentation there helpful for getting started.

For those who prefer a video introduction, feel free to check out this talk hosted by the London Clojurians group about Basilisp.

Contributing

Contributions are welcome, but please review the contributing guidelines before submitting an issue or pull request.

If you have a question, please use Github Discussions or post in the #basilisp channel in the Clojurians Slack.

License

Eclipse Public License 1.0

About

A Clojure-compatible(-ish) Lisp dialect hosted on Python 3 with seamless Python interop

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.0%
  • Clojure 38.7%
  • Other 0.3%