rune
rune copied to clipboard
Feature request: type annotations
Type annotations would be ideal, but I don't see it implemented yet in Rune. If there are comments, I could always do /*: Type*/, but uh, yuck.
Related: #23, #633
The intent is to move towards a gradual typing system, where types can be required at compile time if needed. If type annotations are present and enforced, that could also lead to new forms of optimization.
Are there updates on this? I would like to have a type system in Rune with type checking at compile time and would be happy to contribute