Etudes for Erlang: Companion exercises for Introducing Erlang

Etudes for Erlang: Companion exercises for Introducing Erlang

简介:

Erlang是一种重要的编程语言,尤其是考虑到其功能范式,出色的并发处理能力,处理分布式和多核平台的能力,可靠性和容错性。它也是一种困难的语言,具有非常规的 (类似于Prolog的) 语法,缺乏面向对象,并且重要的是不存在变量。

在本书中,您将找到可以用Erlang编写 (编写) 的程序的描述。这些程序通常很短,每个程序都被设计用来为特定的Erlang编程概念提供实践材料。这些程序并没有被设计成相当困难的,尽管它们可能会要求你超越你在介绍Erlang的书中找到的直接材料和例子。

英文简介:

Erlang is an important programming language especially in light of its functional paradigm, excellent handling of concurrency, ability to deal with distributed and multi-core platforms, reliability and fault-tolerance. It is also a difficult language with an unconventional (Prolog-like) syntax, lack of object orientation, and importantly the nonexistence of variables.

In this book, you will find descriptions of programs that you can compose (write) in Erlang. The programs will usually be short, and each one has been designed to provide practice material for a particular Erlang programming concept. These programs have not been designed to be of considerable difficulty, though they may ask you to stretch a bit beyond the immediate material and examples that you find in the book Introducing Erlang.

书名
Etudes for Erlang: Companion exercises for Introducing Erlang
译名
Erlang 练习曲
语言
英语
年份
2013
页数
128页
大小
3.77 MB
标签
  • Erlang
  • 函数式编程
  • 下载
    pdf iconEtudes for Erlang: Companion exercises for Introducing Erlang.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:37

    ←Parallel Algorithms

    →Erlang Programming