Translation of multiple dispatch from English into Chinese
Noun
technology
- Multiple dispatch allows more flexible method selection in programming.多重分派允许在编程中进行更灵活的方法选择。
Synonyms and analogies of multiple dispatch in English
Examples of multiple dispatch in a sentence
Developers often use multiple dispatch for complex algorithms.
Translations of "multiple dispatch" in Context ordered by category and frequency
However, most programming languages do not support multiple dispatch.
然而不幸的是,大多数编程语言都不支持多分派。
multiple dispatch: Examples and translations in context
Distinctive aspects of Julia's design include a type system with parametric polymorphism and types in a fully dynamic programming language and multiple dispatch as its core programming paradigm.
Julia设计的独特之处包括,参数多态的类型系统,完全动态语言中的类型,以及它多分派的核心编程范型。
General: It uses multiple dispatch as a paradigm, making it easy to express many object-oriented and functional programming standard library provides asynchronous I/O, process control, logging, profiling, a package manager, and more.
通用:Julia使用多分派作为编程范式,使其更容易表达面向对象和函数式编程范式。标准库提供了异步I/O,进程控制,日志记录,性能分析,包管理器等等。
Giuseppe Castagna observed that in a typed language with multiple dispatch, a generic function can have some arguments which control dispatch and some "left-over" arguments which do not.
Giuseppe Castagna[6] 观察到在一个有类型而且有多分派的语言中,泛型函数的各个参数有些控制分派而余下那些则否。
In a language with Common Lisp Object System (CLOS)-style multiple dispatch, the comparison method could be written as a generic function where both arguments are used for method selection.
在有CLOS (英语 : Common Lisp Object System ) 样式多分派特性的语言中,比较方法可以写成一个泛型方法,其两个参数类型都在方法选择中被考虑。