An entire language built around only a few core concepts.
An entire language built around only a few core concepts.
The Quill language only consists of a few core features using which everything else is defined. It is statically typed and garbage collected so that you can actually focus on what is important.
The Quill project includes a compiler, standard library, package manager and a growing collection of libraries. There are libraries for interacting with the operating system, parsing JSON and manipulating the page in a frontend environment.
The Quill compiler, this website and most parts of the ecosystem are all written in Quill itself.
This is possible because programs written in Quill can be compiled to C and Javascript, allowing not only for fast, native execution but also for your programs to run in the browser.