|
|
|
|
|
by arc619
1590 days ago
|
|
TBF the reply in that link was written 4 years ago, before the language went 1.0 > Nim lacks official support to multiple inheritance or interfaces Multiple inheritance is a bit of a trainwreck IMO (see diamond problem). The language isn't designed around OOP, and is instead procedural with metaprogramming for extension. You get more bang for your buck this way, but for people with their head in inheritance it’s probably a shock. |
|