Quickfall is a programming language focusing on allowing everyone to build fast, reliable and safe software.
Quickfall aims to give the performance of extremely fast languages like C while giving the safety of Rust and also being reliable.
What Quickfall focuses on:
- Speed: Quickfall focuses on runtime speed which means that every single compile time safety check can be simply disabled either globally or for a single element.
- Feature filled: Quickfall gives multiple useful features to build reliable software such as enums or arbitrary size types
- Strict syntax: Quickfall enforces a strict syntax to avoid mistakes or error prone code
- Safety: Quickfall enforces strict safety features on compile time and optional ones on runtime that can be easily disabled to allow for the highest safety or speed depending on the build
- Mutlipurpose: Quickfall can both be used to build low level and high level software with different level of tools.