|
|
|
|
|
by bb88
516 days ago
|
|
Python showed what relaxed types could do. And we could go a long way as it turns out without types. But there are use cases for types, and even python admitted such when they added type annotations. However, when I was a kid a would put a firecracker next to an object. I didn't bother running the scenario through a compiler to see if the object was of type Explodable() and had an explode() method that would be called. |
|
Duck typing: if it quacks like a duck, and it explodes objects next to it, it's a firequacker