Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Introducing Erlang: Getting Started in Functional Programming Ed 2

    Posted By: arundhati
    Introducing Erlang: Getting Started in Functional Programming Ed 2

    Simon St. Laurent, "Introducing Erlang: Getting Started in Functional Programming Ed 2"
    English | ISBN: 1491973374 | 2017 | 212 pages | AZW3 | 2 MB

    If you’re new to Erlang, its functional style can seem difficult, but with help from this hands-on introduction, you’ll 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. You’ll 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, you’ll understand why Erlang is ideal for concurrency and resilience.
    Get cozy with Erlang’s shell, its command line interface
    Define functions, using the fun tool, to represent repeated calculations
    Discover atoms, pattern matching, and guards: the foundations of your program structure
    Delve into the heart of Erlang processing with recursion, strings, lists, and higher-order functions
    Create processes, send messages among them, and apply pattern matching to incoming messages
    Store and manipulate structured data with Erlang Term Storage and the Mnesia database
    Learn about Open Telecom Platform, Erlang’s open source libraries and tools