You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: