Introducing Austral: A Systems Language with Linear Types and Capabilities
Austral is a new systems programming language. You can think of
it as Rust: The Good Parts or a modernized, stripped-down Ada. It features a
strong static type system, linear types, capability-based security, and strong
modularity.
This article is an introduction to the language. The first few sections are
high-level: they are about the design and the mindset of the language. The next
two sections, about linear types and capability-based security, are much more
detailed and technical: they are m...
Read more at borretti.me