erlang
美 [ˈɜrlæŋ]
英 [ˈə:læŋ] 
- n.厄兰话务单位;占线小时;厄伦格
- 网络话务量;爱尔兰;编程指南
词形变化
复数:erlangs
英汉解释
英英解释
例句
PHP is used for the front-end, Erlang is used for Chat, Java and C++ are also used in several places (and perhaps other languages as well).
PHP用于前端,Erlang用于聊天,Java和C++也用在一些地方(也许还有其他语言)。
Functions in Erlang are the basic building blocks of any program, just as with any other language.
与其他语言一样,Erlang中的函数是所有程序的基本组成部分。
After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing.
在经过了一些试验以后,我可以让Erlang和一张Web网页通过纯异步消息传输进行通信。
Single assignment in this means that if you want to calculate the result of a value you must assign it to a new variable (see Listing 30).
在Erlang中,只能赋值一次意味着:如果希望向计算某个值的结果,则必须将它赋值给新的变量(参见清单30)。
Floats in Erlang are used to represent real numbers, and can be expressed naturally, as shown in Listing 7.
在Erlang中,会使用浮点数代表实数,并且可以自然地表达浮点数,参见清单7。
In Erlang, you separate these statements using a semicolon, so the basic Fibonacci function can be defined as shown in Listing 2.
在Erlang中,使用分号分隔语句,所以可以用清单2所示的代码定义基本Fibonacci函数。
In Erlang the last line of a function is the implied return value (just like Ruby) and it always ends in a period.
在Erlang中,函数的最后一行默认成为函数的返回值(和Ruby一样),并且总是以句号结尾。
Writing an application in Erlang involves writing actual modules, not just the expressions shown in the interactive shell.
用Erlang编写应用程序需要编写模块,而不只是编写交互式shell中看到的表达式。
Erlang has no shared memory, and in it all state is immutable.
Erlang无共享内存,且其中的所有状态都是不变的。
In an object oriented programming language these rules would most likely be modeled by a list of instances; in Erlang we use functions.
在面向对象编程语言里,我们大概会用一组对象实例来给这些规则建模;而在Erlang里,我们用函数。
In particular Erlang is thought to be a natural programming language for multicore processors.
特别是人们把Erlang看作是多核处理器下的一种自然编程语言。
Erlang does not support the idea of a string directly, although you can use a double quoted value to create a string value (see Listing 18).
Erlang不直接支持字符串的概念,但是可以使用带双引号的值创建字符串值(参见清单18)。
Erlang is now available as an open source system that runs on most computing platforms.
现在Erlang是运行在大部分计算平台上的开源系统。
In Erlang there is no need for loops because tail recursive functions are transparently optimized to run in constant space.
而在Erlang中不需要使用循环,因为尾递归函数会被自动优化在固定的空间中运行。
The increase of large scale production systems written in Erlang is bound to grow dramatically in coming years.
在今后几年,使用Erlang编写的大型生产系统会急剧增加。
To set the name when using Erlang from the command line you can use the sname command line option (see Listing 3).
为了在使用Erlang时通过命令行设置名称,您可以使用sname命令行选项(请参见清单3)。
Our DSL exists in an Erlang module called "dsl" , consisting of a single file called dsl. erl.
我们的DSL放在一个名为“dsl”的Erlang模块中,模块只有一个文件dsl.erl。
If you now start up another instance of the Erlang shell, you can set a different a different name, as shown in Listing 4.
如果启动Erlangshell的另外一个实例,可设置另外一个不同的名称,如清单4所示。
This control structure is an 'if' statement represented by a concrete list of plain Erlang terms.
这个控制结构是由一系列具体限制条件组成的一个“if”语句。
An Erlang developer is not tasked with the responsibility of manual memory management with keywords like "for" or "while" or "do" .
Erlang开发者不需要承担手工管理内存的责职,可以远离“for”、“while”、“do”这些关键字。
In Erlang, things are different, and it happens to be different in exactly the right way for the computing challenges of today.
在Erlang中,处理问题的方式不一样,这恰恰可以解决当今的计算难题。
We aren't going to go into detail about the many interesting properties of an Erlang process.
我们不打算深入讲解Erlang的众多有趣特性。
The authors note that Erlang is well suited to implementing the system, and that it comprises around 20, 000 lines of code.
作者们指出Erlang非常适合用来实现这个系统,它包括了大概2万行代码。
Erlang takes the approach that all programs are concurrent, and that components (functions and modules) never share data.
Erlang采用了使所有程序保持并行的方法,而且组件(函数和模块)均不共享数据。
Erlang also gives us programmatic access to the tokenized, parsed and abstract forms of an expression.
Erlang还允许我们编程访问经过词法分析(tokenized)、语法分析之后、抽象形式的表达式。
Note how the final statement (and all statements in Erlang) is terminated by a period.
注意,最后一个语句(和Erlang中的所有语句)以句号结尾。
Processes in Erlang are assumed to be small in memory, fast to start, and fast to context-switch.
Erlang中的进程内存较小,可快速启动和进行上下文切换。
One of its interesting features is the actor-based concurrency support that is modeled after the Erlang programming language.
其中一个有趣特性就是基于actor的并发性支持,这一点模拟了Erlang编程语言。
Chapter 17 describes Mnesia, a database management system that supports replicated databases and is built into Erlang.
第17章介绍了Mnesia,它是支持复制型数据库且内嵌入Erlang的数据库管理系统。
This model is based on message passing, and is somewhat similar to the actor model used in Erlang and Scala.
这个模型建立在消息传递的基础上,并且与Erlang和Scala中的actor模型有点类似。
Finally, Erlang includes built-in distributed processing, allowing components to be run on one machine while being requested from another.
最后,Erlang包含内置的分布式处理,允许在一台计算机上运行组件的同时从另一台计算机请求它们。
Stone is ErLang grandfather hatoyama is the world's largest tire manufacturer company founder, mother now bridgestone for big shareholders.
鸠山外祖父石桥正二郎是世界最大轮胎制造商普利司通公司创始人,母亲现为公司大股东。
The second command given to the emulator spawns an anonymous function as an Erlang process and returns the process id.
给仿真器的第二行命令是产生一个匿名函数的Erlang进程,并且返回进程ID。
It builds an Erlang expression in abstract form and returns an anonymous function which can dynamically evaluate it later.
它构造一种抽象形式的Erlang表达式,并返回一个匿名函数,让它以后再动态地求解。
Fortunately, Erlang has a solution for this distributed programming problem too.
幸运的是,Erlang同样为这种分布式编程问题提供了解决方案。
The deified dog, instigated by Erlang Shen, stole away the magic lotus lantern and had San Sheng Mu weighed down under the Huashan Mountain.
哮天犬受二郎神的指使将“宝莲灯”盗走并捉拿三圣母,将她压在华山下。
Erlang has recently generated a lot of interest as a language that can deal both efficiently and elegantly with concurrency.
一种可以让并发兼得优美与效率的语言,最近受到了很大的关注。
Erlang provides a number of standard features not found in or difficult to manage in other languages.
Erlang提供许多在其他语言中不存在或难以管理的标准特性。
In 1998 Ericsson released Erlang to the open source community under a Modified MPL (Mozilla Public License).
1998年爱立信在改良的MPL(MozillaPublicLicense)许可下将Erlang发布于开源社区。
The rule_to_abstract function builds and returns an Erlang control structure in abstract form.
rule_to_abstract函数构造并返回一个抽象形式的Erlang控制结构。