Skip to content

Installation#

Executables#

Download a standalone executable for your platform from GitHub:

PiLisp GitHub Releases

macOS Users

These executables are not signed. On macOS depending on your security settings, you may need to make an exception for the executable to be able to run. One can accomplish this in a coarse way by running the following commands at the shell:

sudo spctl --global-disable
./pl --help
sudo spctl --global-enable

Editor Integration#

The only supported editor at this point is Emacs. See these repositories:

Dart Library#

Locally, you can read the README.md file for each package in the pkgs folder in this repository.

On pub.dev, you can find installation instructions (and more) for all packages released by the official pilisp.dev publisher:

Official PiLisp Packages on pub.dev