|
|
|
|
|
by masklinn
5002 days ago
|
|
> Common things such as access an undefined variable That does not require static typing, unless you're developing in elisp maybe. > trying to call a method of a null object Unless there's support from the type system, that one only works on very short code spans within the same scope, which is the least useful it can be (as opposed to type inference which is most useful locally). |
|