In [Spry](http://sprylang.org) I use methods a lot, obviously, since Spry is dynamically typed. I think I use multimethods only a tad, for things like plus, minus etc to properly dispatch on combinations of integers and floats. But nothing that you couldn't solve using a bit of conditionals or double dispatch I guess.
Also, I would like for someone to explain what is so bad about methods and how vtable would be so much better - and that is an honest question since I have no idea.
