The Sage Programming Language

published on 2024/09/11

Why Sage? The Sage programming language was created as an alternative to languages like C, but with a nicer type system and development experience. Users are able to print out functions, types, and any runtime value. enums are more powerful, and can be used for better error management. Immutability is by default, with enforced typechecking and mutability rules. Sage also includes a module system for organizing code.

Sage