Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

basilisp

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basilisp

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

pipPyPI
Version
0.3.4
Maintainers
1

🐍 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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts