Reply to Andrei, > Cool! I suggest the rewrite: > > c.unknownmethod(args) -> c.opDotExp!("unknownmethod")(args) > vote++; > That way you have the option of handling the method name statically or > dynamically. > > Andrei >