The Quill programming language is a high-level, statically typed, garbage collected and compiled programming language. Quill promises simplicity and elegance, but not at the cost of program execution speed.
The Quill Project includes a compiler and a collection of libraries for the Quill programming language. Notable repositories include:
compiler- The Quill compiler written in Quill, which acts as a Quill library.cli- The Quill command line interface and package manager.vscode-quill- The Quill Visual Studio Code extension.std-c- The C implementation of the Quill standard library.std-js- The Javascript implementation of the Quill standard library.std- Functionality of the Quill standard library shared across all compiler backends. Should not be used directly - instead, a backend-specific implementation should be used (such asstd-c).bootstrap- The now obsolete bootstrap compiler for Quill written in Javascript used to originally get the language running.