erlang

erlang

美 [ˈɜrlæŋ]  英 [ˈə:læŋ]

  • n.厄兰话务单位;占线小时;厄伦格
  • 网络话务量;爱尔兰;编程指南

词形变化

复数:erlangs  

英汉解释

n.
1.
厄兰话务单位
2.
占线小时
3.
厄伦格

英英解释

n.

例句

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用于聊天JavaC++一些地方也许其他语言)。

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.

经过一些试验以后可以ErlangWeb网页通过异步消息传输进行通信

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一个dslErlang模块模块只有一个文件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.

这个模型建立消息传递基础并且与ErlangScalaactor模型有点类似

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年爱立信改良MPLMozillaPublicLicense许可Erlang发布开源社区

The rule_to_abstract function builds and returns an Erlang control structure in abstract form.

rule_to_abstract函数构造返回一个抽象形式Erlang控制结构

热门查询