|
|
|
|
|
by hwayne
1057 days ago
|
|
> it would certainly be interesting to program in a language ... where all iterables had to derive from a common base class, but it would be a very different language from python You mean Ruby? :P (All Ruby iteratables mixin Enumerable, which is baaaaaaaasically inheritance.) |
|
Lifetimes and async are a massive pain in rust. But the trait system is a work of art.