Erlang

网络  爱尔兰; 爱尔朗; 厄兰; 占线小时; 二郎神

计算机



双语例句

  1. One of its interesting features is the actor-based concurrency support that is modeled after the Erlang programming language.
    其中一个有趣特性就是基于actor的并发性支持,这一点模拟了Erlang编程语言。
  2. The language features are already being discussed in context of the development of Squeak, Python, and Erlang.
    在Squeak、Python和Erlang开发环境中已经对这些语言特性进行了讨论。
  3. You can use the pattern matching in Erlang so that a path on one side triggers a specific response.
    您可以使用Erlang中的模式匹配,因此一端的路径可触发特定响应。
  4. You've successfully sent a message between two instances of Erlang.
    您已经成功地在Erlang的两个实例间发送了消息。
  5. Erlang supports basic data types such as integers, floats and more complex structures, like tuples and lists.
    Erlang支持基本数据类型(比如整数和浮点数)和更复杂的结构(比如元组和列表)。
  6. Functions in Erlang are the basic building blocks of any program, just as with any other language.
    与其他语言一样,Erlang中的函数是所有程序的基本组成部分。
  7. Once Erlang is installed, you will find "erl" in your path.
    安装Erlang之后,会在路径中找到“erl”。
  8. A main difference between Erlang and more popular languages is that Erlang is primarily a functional programming language.
    Erlang与其他流行的语言之间的主要差异是,Erlang基本上是一种函数编程语言。
  9. Erlang is a shining example of the actor model's safer approach to concurrency.
    Erlang是角色模型更安全的并发编程方法的一个杰出示例。
  10. If you are interested in learning more Erlang, I would recommend the following advice.
    如果您有兴趣进一步了解Erlang,我给出了以下建议。
  11. If you are writing Erlang code, chances are you want to build a high availability system.
    如果您在编写Erlang代码,很可能是要构建高可用的系统。
  12. Note how the final statement ( and all statements in Erlang) is terminated by a period.
    注意,最后一个语句(和Erlang中的所有语句)以句号结尾。
  13. Erlang provides a number of standard features not found in or difficult to manage in other languages.
    Erlang提供许多在其他语言中不存在或难以管理的标准特性。
  14. Some languages, like Erlang and Scala, base their concurrency model on actors as opposed to threads.
    一些语言(比如Erlang和Scala)的并发模型就是基于角色的,而不是基于线程。
  15. This model is based on message passing, and is somewhat similar to the actor model used in Erlang and Scala.
    这个模型建立在消息传递的基础上,并且与Erlang和Scala中的actor模型有点类似。
  16. GPars implements the actor model using many of the concepts from Erlang and Scala.
    GPars使用来自Erlang和Scala的许多概念实现actor模型。
  17. Assignment of a variable within Erlang is a one-time binding of the value to the variable.
    在Erlang中,在对变量赋值时,是一次性将值绑定到变量。
  18. In Erlang you can create a function with variables and with fixed values.
    在Erlang中,可以用变量和固定的值创建函数。
  19. For example, to install on Gentoo, you can use:$ emerge dev-lang/ erlang.
    例如,要想在Gentoo上安装它,可以使用$emergedev-lang/erlang。
  20. This will be used during identification so that you can send messages to a named instance of Erlang.
    这样的名称将在识别过程中使用,使您能够向Erlang的命名实例发送消息。
  21. Fortunately, Erlang has a solution for this distributed programming problem too.
    幸运的是,Erlang同样为这种分布式编程问题提供了解决方案。
  22. The performance is expected to be lower than native Erlang views ( Java and Erlang can be mixed within a view).
    预期Java视图的性能会比原生的Erlang视图慢(Java和Erlang可以混合在一个视图中)。
  23. Others favor languages like Erlang, which are based on message passing and lightweight processes.
    其他例如Erlang这样倍受大家偏爱的语言,是基于消息传递和轻量级进程的。
  24. Then, my thesis supervisor said "But you're wrong, Erlang is extremely object oriented".
    那我的论文导师就说了:“你是错的,Erlang是完全面向对象的”。
  25. The rule_to_abstract function builds and returns an Erlang control structure in abstract form.
    ruletoabstract函数构造并返回一个抽象形式的Erlang控制结构。
  26. Erlang and GHC tackle this by mapping light-weight green threads onto one native thread per CPU core.
    Erlang和GHC把轻量级的绿色线程映射到了本地线程上(一个CPU内核有一个本地线程),以此来解决并发问题。
  27. What gave you the idea to create an IDE for Erlang?
    是什么给了你为Erlang创造一个IDE的念头?
  28. I also hope people with think twice before labeling Erlang a specialist language.
    我还希望人们在给Erlang贴上专家语言的标签之前能够三思。
  29. In particular Erlang is thought to be a natural programming language for multicore processors.
    特别是人们把Erlang看作是多核处理器下的一种自然编程语言。
  30. This control structure is an'if'statement represented by a concrete list of plain Erlang terms.
    这个控制结构是由一系列具体限制条件组成的一个“if”语句。