Clojure Protocols & expression problem

bearophile bearophileHUGS at lycos.com
Wed Apr 28 12:53:03 PDT 2010


According to the paper from Bjarne Stroustrup:
http://www.research.att.com/~bs/multimethods.pdf

this is a possible syntax D3 can use for the double dispatch:
void foo(@virtual A a, @virtual B b) {}

Bye,
bearophile



More information about the Digitalmars-d mailing list