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。