Introducing Erlang e-bog
123,90 DKK
(inkl. moms 154,88 DKK)
If youre new to Erlang, its functional style can seem difficult, but with help from this hands-on introduction, youll scale the learning curve and discover how enjoyable, powerful, and fun this language can be.In this updated second edition, author Simon St.Laurent shows you how to write simple Erlang programs by teaching you one skill at a time. Youll learn about pattern matching, recursion, m...
E-bog
123,90 DKK
Forlag
O'Reilly Media
Udgivet
6 marts 2017
Længde
212 sider
Genrer
Programming and scripting languages: general
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781491973325
If youre new to Erlang, its functional style can seem difficult, but with help from this hands-on introduction, youll scale the learning curve and discover how enjoyable, powerful, and fun this language can be.In this updated second edition, author Simon St.Laurent shows you how to write simple Erlang programs by teaching you one skill at a time. Youll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, youll understand why Erlang is ideal for concurrency and resilience.Get cozy with Erlangs shell, its command line interfaceDefine functions, using the fun tool, to represent repeated calculationsDiscover atoms, pattern matching, and guards: the foundations of your program structureDelve into the heart of Erlang processing with recursion, strings, lists, and higher-order functionsCreate processes, send messages among them, and apply pattern matching to incoming messagesStore and manipulate structured data with Erlang Term Storage and the Mnesia databaseLearn about Open Telecom Platform, Erlangs open source libraries and tools