> If you do, you may consider put some words into documentation what to do to > achieve similar behaviour because there is quite a lot of people that are > comfortable with that approach.
Agreed on documentation. The VTable section of the manual is short, and there's no tutorial. IMO it would make more sense to rework the tutorial part 2 when the feature is ready. It would be interesting to have some numbers on the use of **method**. Can you point to some Nim where the multiple dispatch feature is being used in an essential way? I wrote some 'expression problem' type code to test it but I rarely use dynamic dispatch at all in Nim. Are multimethods widely used, like they are in Julia? You can already simulate single dispatch already without using **method**.
