Welcome to the Rune Programming Language.
Rune is a dynamic programming language that is easily embeddable and has support for an exciting set of language features.
Rune prioritized excellent support for async
with support for async functions,
closures, blocks, and generators. And native support for select
, a
popular control flow mechanism for asynchronous code.
const
evaluationRune has support for constant evaluation using the const
keyword. Which
can perform complex work at compile time.