Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.25 KB

File metadata and controls

17 lines (13 loc) · 1.25 KB

Quickfall

GitHub Release GitHub repo size GitHub Issues or Pull Requests

Quickfall is a programming language focusing on allowing everyone to build fast, reliable and safe software.

Why Quickfall

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.