multimethods

multimethods

 英

  • 网络多方法;多分派模块;强大的多态

例句

Clojure does offer different styles of runtime polymorphism, for instance in the form of multimethods.

Clojure提供不同风格运行期多态例如multimethods形式

However, multimethods can also be obtained as part of the overall Gnosis Utilities package.

然而multimethods可以作为GnosisUtilities一个部分获得

Manual propagation to less specific multimethods can get tricky in many of the same ways that calls to superclass methods can get tricky.

调用超类方法许多方式棘手同样方式较为特定多元进行手工传播棘手

Multimethods are similar to generic functions in other languages such as Common Lisp.

多重方法类似其他语言一般函数CommonLisp