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 parser and runtime currently enforce types at runtime, but adding full typing to the system would make scripts more robust overall and improve the runtime speed by avoiding the dynamic dispatch we currently have to do.
Open questions:
How do we handle casting and type checking? Should we add a let statement?
The text was updated successfully, but these errors were encountered:
The parser and runtime currently enforce types at runtime, but adding full typing to the system would make scripts more robust overall and improve the runtime speed by avoiding the dynamic dispatch we currently have to do.
Open questions:
The text was updated successfully, but these errors were encountered: