Erlang
n. 厄兰(话务单位);占线小时
2025-11-23 20:33 浏览次数 10
n. 厄兰(话务单位);占线小时
Erlang ShenErlang Shen (二郎神), or Erlang is a Chinese God with a third truth-seeing eye in the middle of his forehe
Erlang Mountain二郎山
Erlang hour占线小时
Erlang Unit厄兰单位
Erlang formula厄兰公式
Erlang family翻译
erlang denistribution到达时间分布
Post Erlang后爱尔兰法
Erlang ProgrammingErlang编程指南
Read one, or all preferably, of the Erlang books, there are three newly published books to choose from.
最好阅读一本或所有的Erlang书籍,有三本刚出版的书可供选择。
Some languages, like Erlang and Scala, base their concurrency model on actors as opposed to threads.
一些语言(比如Erlang和 Scala)的并发模型就是基于角色的,而不是基于线程。
The domain I have chosen is investment finance. You will see how easy it is to translate plain English at runtime and execute it in the Erlang runtime System.
我在这里选择了投资金融领域作为例子,向你展示在Erlang运行时系统里,翻译并执行平直的英文语句是多么简单的一件事情。
Finally, Erlang includes built-in distributed processing, allowing components to be run on one machine while being requested from another.
最后,Erlang包含内置的分布式处理,允许在一台计算机上运行组件的同时从另一台计算机请求它们。
The best way to enjoy the book is to write some Erlang code as you go.
学习该书的最好方法是在您读的过程中写一些Erlang代码。
Note how the prompt has changed to provide the name and hostname, this is the unique identifier for the node and can be used within Erlang to identify and communicate between nodes.
请注意提示符如何更改为提供名称和主机名,这是节点的惟一标识符,可在Erlang中用于识别节点以及在节点间通信。
Then, my thesis supervisor said 「But you「re wrong, Erlang is extremely object oriented」.
那我的论文导师就说了:「你是错的,Erlang是完全面向对象的」。
Using Erlang as a scripting language or from the command line
使用Erlang作为脚本语言或从命令行执行它
Erlang has no Shared memory, and in it all state is immutable.
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)。
Tuples are very useful for containing defined elements and describing different complex data structures, and Erlang allows you to set and get values in a tuple explicitly (see Listing 15).
元组对于包含定义的元素和描述各种复杂数据结构非常有用。Erlang允许显式地设置和获取元组中的值(参见清单15)。
Furthermore, the message system operates across Erlang instances and over a network, making cross machine communication simple and straightforward.
此外,消息系统跨erlang实例、通过网络操作,这使得跨机器通信更为简单直观。
Errors in processes beyond those in the Erlang shell are handled and recorded by the error logger, a built-in process that handles the error reporting.
除了Erlangshell中的错误以外,其他进程中的错误将由错误记录程序处理和记录,这是一个处理错误报告的内置进程。
Erlang provides a number of standard features not found in or difficult to manage in other languages.
Erlang提供许多在其他语言中不存在或难以管理的标準特性。
One of the key design concepts of Erlang is that there is no Shared memory between 「process」 instances. They only communicate via asynchronous messages.
Erlang的一个核心设计概念就是「进程」实例之间没有共享存储,它们的通信只能依靠异步消息。
In the following, I start Erlang on both Ubuntu (via an Virtual Machine) and Mac OS X, on my laptop and run code remotely in just a couple lines of code.
在下面的示例中,我在Ubuntu(通过虚拟机)和MacOSx上启动Erlang,只用几行代码就可以远程地运行代码。
Erlang also gives us programmatic access to the tokenized, parsed and abstract forms of an expression.
Erlang还允许我们编程访问经过词法分析(tokenized)、语法分析之后、抽象形式的表达式。
Now that we have loaded our business rules and built Erlang functions for each of them, it is time to apply market data arguments to them.
现在我们加载了业务规则,也为每条规则构造好了Erlang函数,是时候把市场数据参数传给它们了。
I started wondering about what object oriented programming was and I thought Erlang wasn」t object oriented, it was a functional programming language.
我开始想知道面向对象编程到底是什么,而且我认为Erlang不是面向对象的,它是函数式编程语言。
It's worth noting that distributed does not necessarily mean different machines, it could be two different Erlang applications that want to talk to each other and share information or operations.
值得注意的是,分布式不一定表示不同的机器,也可能是希望彼此沟通并共享信息或操作的两个不同的Erlang应用程序。
Erlang is a functional programming language and runtime system that was designed at the Ericsson Computer Science Laboratory.
Erlang是爱立信计算机科学实验室设计的函数式程序设计语言和运行时系统。
One of its interesting features is the actor-based concurrency support that is modeled after the Erlang programming language.
其中一个有趣特性就是基于actor 的并发性支持,这一点模拟了Erlang编程语言。
It builds an Erlang expression in abstract form and returns an anonymous function which can dynamically evaluate it later.
它构造一种抽象形式的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里,我们用函数。
Erlang makes no distinction about the local or remote nature of the systems during general use, except in identifying the systems that you are communicating.
除了识别您正在通信的系统之外,Erlang在一般使用中不区分系统的本地或远程特征。