Skip to content

update to erlang 20 #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions erlang/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Erlang is a programming language used to build massively scalable soft real-time

```console
➸ docker run -it --rm erlang
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.1 (abort with ^G)
Eshell V9.0 (abort with ^G)
1> uptime().
3 seconds
ok
Expand All @@ -31,11 +31,11 @@ User switch command
? | h - this message
--> q
➸ docker run -it --rm -h erlang.local erlang erl -name snode@erlang.local
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.1 (abort with ^G)
Eshell V9.0 (abort with ^G)
(snode@erlang.local)1> erlang:system_info(otp_release).
"18"
"20"
(snode@erlang.local)2>
User switch command
--> q
Expand Down