> What else would you kill off? * method
Nim already has the ability to do OO style polymorphism without **method** , I think for those relatively rare cases that this is useful something other than **method** should be provided, maybe something like Ada 2005 interface types. I thought that 's what the **vtref** stuff from the older concepts section of the docs was going to address, but it 's gone down the memory hole. What happened? * Partial case insensitivity Just enforce a particular naming style, be it camelCase or snake_case. * converters Is there a killer argument for these that I'm missing? I find explicit conversion more readable.
