Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Erlang

Erlang is strong

May 13, 2021 22:00 0 Comment Erlang

Erlang's robustness, Erlang's robustness, Erlang's robustness, There are still some issues with the complete example in the previous section. W, hen the node the user logs on to crashes, the u

The full example of Erlang

May 13, 2021 22:00 0 Comment Erlang

A complete example of Erlang, A complete example of Erlang, A complete example of Erlang, The next example is a simple messager example. M, essager is an application that allows you to log on to different nodes

Erlang distributed programming

May 13, 2021 22:00 0 Comment Erlang

Erlang distributed programming, Erlang distributed programming, Erlang distributed programming, Let's make further improvements to the ping pong sample program. T, his time, we're going to have the "ping" and "pong

The name of the Erlang registration process

May 13, 2021 22:00 0 Comment Erlang

The name of the Erlang registration process, The name of the Erlang registration process, The name of the Erlang registration process, In the example above, because "Pong" was created before the "ping" process began, the process identifier

The Erlang process

May 13, 2021 22:00 0 Comment Erlang

Erlang process management, Erlang process management, Erlang process management, Compared with other functional programming languages, Erlang's advantage lies in its common programming and distributed pro

Erlang is programmed in a synth

May 13, 2021 22:00 0 Comment Erlang

Erlang is programmed in a synth, Same-time programming, The Erlang process, Erlang messaging, The name of the Erlang registration process, Erlang distributed programming, The full exa

Erlang Advanced Function (Fun)

May 13, 2021 22:00 0 Comment Erlang

Erlang Advanced Function (Fun), Erlang Advanced Function (Fun), Erlang Advanced Function (Fun), Erlang naturally has high-order functions as a functional programming language. I, n the shell, we can use this:, 86>

A complete example of Erlang adding robustness

May 13, 2021 23:00 0 Comment Erlang

A complete example of adding robustness, A complete example of adding robustness, A complete example of adding robustness, Let's improve the Messager program to increase its robustness:, %%% Message passing utility. , %%% User inter

Erlang records with macros

May 13, 2021 23:00 0 Comment Erlang

Erlang records with macros, Records and macros, Erlang program distribution, Erlang header file, Erlang records, Erlang macro

Erlang splits the program into multiple files

May 13, 2021 23:00 0 Comment Erlang

Split the program into multiple files, Split the program into multiple files, Split the program into multiple files, To demonstrate the need, we distributed the messager program in the previous sections into five files:, mess_co

Erlang header file

May 13, 2021 23:00 0 Comment Erlang

Erlang header file, Erlang header file, Erlang header file, As shown above, some files have an extension of .hrl. T, hese are the header files that are used in the .erl file, using the follo

Erlang records

May 13, 2021 23:00 0 Comment Erlang

Erlang records, Erlang records, Erlang records, Records are defined as follows:, -record(name_of_record,{field_name1, field_name2, field_name3, ......})., For example, -record(messag

Erlang macro

May 13, 2021 23:00 0 Comment Erlang

Erlang macro, Erlang macro, Erlang macro, Another thing added to the messager system is the macro. I, nclude mess_config definition in the .hrl file:, %%% Configure the location

How did erlang shen battle the monkey king?

Dec 03, 2021 05:00 0 Comment Erlang

When Sun Wukong's troublesome antics drew the ire of the Jade Emperor, Erlang Shen faced the Monkey King on the battlefield. For every form Sun Wukong took, Erlang Shen transformed as well. Across sea and sky and land they battled. Thus was Sun Wukong sent fleeing for his life.One may also ask, who

Is erlang really a functional language?

Dec 03, 2021 05:00 0 Comment Erlang

Erlang ( / ˈɜːrlæŋ / UR-lang) is a general-purpose, concurrent, functional programming language, and a garbage-collected runtime system.Similarly, what makes Erlang different from other programming languages? Erlang has three significant advantages over other programming languages, which mainly stem