https://github.com/portacle/portacle
A portable common lisp development environment
https://github.com/portacle/portacle
common-lisp emacs git ide multiplatform portable
Last synced: 1 day ago
JSON representation
A portable common lisp development environment
- Host: GitHub
- URL: https://github.com/portacle/portacle
- Owner: portacle
- License: zlib
- Created: 2016-05-01T13:23:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T09:26:37.000Z (10 months ago)
- Last Synced: 2024-11-09T23:36:26.719Z (5 months ago)
- Topics: common-lisp, emacs, git, ide, multiplatform, portable
- Language: Shell
- Homepage: https://portacle.github.io
- Size: 738 KB
- Stars: 712
- Watchers: 35
- Forks: 59
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## About Portacle
Portacle is a portable Common Lisp environment. What this means is that it is a fully featured integrated development environment for use with Common Lisp that runs on all major platforms and can even be put onto a USB stick to carry around.## What is this? How do I install it? How do I use it?
For most questions, see the [official website](https://portacle.github.io). It should give you a good presentation of what this is in detail, how to get set up, and how to use it.## Compiling From Source
In order to build the portacle environment yourself, please refer to the [README](https://github.com/portacle/portacle/tree/master/build) in the `build/` directory of the repository. Note that you usually do not need to do this. The pre-made [release packages](https://github.com/portacle/portacle/releases) should be sufficient.