Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: full type safety #3

Open
mmastrac opened this issue Jun 28, 2021 · 0 comments
Open

Feature: full type safety #3

mmastrac opened this issue Jun 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mmastrac
Copy link
Owner

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?
@mmastrac mmastrac added the enhancement New feature or request label Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant