Skip to content

Commit b31a2c1

Browse files
Some edits
1 parent 9e8ef40 commit b31a2c1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

book/languages/erlang/intro.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## Inception
44

5-
**Erlang** firstly appeared in the Ericsson laboratory and it is successfully used in projects requiring **high scalability and resistance to failures**.
5+
**Erlang** first appeared in the Ericsson laboratory and it is successfully used in projects requiring **high scalability and resistance to failures**.
66

77
It is a **functional**, **dynamic language** with strict typing in which the main focus was on concurrency and **processing capabilities distributed**.
88

9-
Erlang **was a proprietary programming language** used by **Ericsson**, but since **1998** when the source code was opened, is gaining popularity day by day.
9+
Erlang **was a proprietary programming language** used by **Ericsson**, but since **1998** when the source code was open sourced
10+
and is gaining popularity day by day.
1011

1112
It is successfully used in **commercial products** (for example: **WhatsApp**) around the world that go many times beyond its **telecommunications roots**.
1213

@@ -50,4 +51,4 @@ It is successfully used in **commercial products** (for example: **WhatsApp**) a
5051
* **Support for multiprocessor systems**
5152

5253
From the **R11** version, Erlang's environment *can* automatically exploit the potential hidden in multi-core processors and systems multiprocessor.
53-
Previously, to use such a system belonged run several copies of the virtual machine, which unfortunately increased memory consumption, and increased the cost of sending messages unnecessarily between processes on one computer.
54+
Previously, to use such a system belonged run several copies of the virtual machine, which unfortunately increased memory consumption, and increased the cost of sending messages unnecessarily between processes on one computer.

0 commit comments

Comments
 (0)