Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

basilisp

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basilisp

A Clojure-like lisp written for Python

pipPyPI
Version
0.5.0
Maintainers
1

🐍 basilisp 🐍

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.10+.

PyPI python pyimpl readthedocs Run tests Coveralls github license Slack

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.

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

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 the standard 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 an early adopter.

Use in a production setting at your own risk.

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