No installation needed! Open the web editor and try writing a proof in the Starling language.
In your terminal:
git clone https://github.com/starlinglang/starling.git
npm install
cd starling/ide
npx http-serverStarling is inspired by the simplicity of Metamath and the readability of Isabelle/Isar, inheriting Metamath's proof verifier and Isabelle/Isar's readable grammar.
The learning curve for existing proof assistants is steep, and the error messages given are not always helpful.
Starling is a rigorous proof assistant which is meant to be friendly to mathematicians and students at the beginning of their coding journey.
The build system for this project is relatively simple:
git clone https://github.com/starlinglang/starling.git
npm install
npm run buildIf you want to contribute, you might consider working on these features.
