Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDon’t say Rubype offers “gradual type checking” #18
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
gogotanaka
Apr 10, 2015
Owner
@roryokane Thank you for letting me know. I got your point, you'er right. I've changed the expression : D
Thanks.
|
@roryokane Thank you for letting me know. I got your point, you'er right. I've changed the expression : D Thanks. |
gogotanaka
closed this
Apr 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
roryokane commentedApr 10, 2015
From this discussion on Lobsters, and from the paper that one commenter links to, it sounds like “gradual typing” means something different from what this gem does.
Gradual typing means mixing dynamic (run-time) type-checking and static (compile-time) type-checking. This gem does only run-time type-checking.
The following might be better terms for what Rubype implements: