|
|
|
|
|
by dmytrish
4533 days ago
|
|
That's not quite true: there are many types, but the type checking is delayed into run time. Though your point of view may be also correct with respect to definitions (if you assume that types exist only during compile time). |
|
Runtime checks are not type checks[0], they are class checks.
[0]. https://existentialtype.wordpress.com/?s=dynamic+typing