A fast-moving Common Lisp software distribution compatible with Quicklisp for immediate library publishing.
Ultralisp is a Common Lisp software distribution that is compatible with Quicklisp but operates on a faster release cycle. It solves the problem of delayed library availability by allowing developers to publish and distribute their software immediately, rather than waiting for monthly Quicklisp updates.
Common Lisp developers who need to publish libraries quickly or want access to the latest versions of packages without waiting for official distribution cycles.
Developers choose Ultralisp for its immediacy and compatibility with existing Quicklisp workflows, enabling rapid iteration and distribution in the Common Lisp ecosystem.
The software behind a Ultralisp.org Common Lisp repository
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Integrates seamlessly with existing Quicklisp tooling, allowing developers to switch distributions without altering their workflows, as highlighted in the key features.
Libraries can be published and available within hours, bypassing Quicklisp's monthly cycle for faster iteration, which is core to its value proposition.
Operates on a rolling release model, providing always up-to-date package versions ideal for fast-paced development and CI setups.
Setup requires just a single Lisp REPL command, as shown in the README, making it accessible for developers familiar with Quicklisp.
The README explicitly states that installation uses HTTP due to Quicklisp client limitations, posing security risks for environments requiring encrypted connections.
Fast-moving releases mean less time for comprehensive testing, increasing the risk of breaking changes or bugs in dependent projects.
Inherits Quicklisp's constraints, such as the lack of HTTPS support and other client issues, limiting its standalone capabilities and flexibility.