Elixir Cookbook
eBook - ePub

Elixir Cookbook

Paulo A Pereira

Buch teilen
  1. 236 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

Elixir Cookbook

Paulo A Pereira

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Elixir Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Elixir Cookbook von Paulo A Pereira im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Open Source Programming. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Elixir Cookbook


Table of Contents

Elixir Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Command Line
Introduction
Using the terminal to prototype and test ideas
Getting ready
How to do it…
How it works…
There's more…
Loading and compiling modules
Getting ready
How to do it…
How it works…
There's more…
Getting help and accessing documentation within IEx
How to do it…
How it works…
There's more…
Using Erlang from Elixir
Getting ready
How to do it…
How it works…
There's more…
Inspecting your system in IEx
Getting ready
How to do it…
How it works…
See also
Inspecting your system with Observer
Getting ready
How to do it…
Creating a simple application
How to do it…
How it works…
See also
Managing dependencies
Getting ready
How to do it…
How it works…
See also
Generating a supervised application
How to do it…
How it works…
See also
Generating umbrella applications
How to do it…
How it works…
See also
Managing application configuration
How to do it…
How it works…
Creating custom Mix tasks
How to do it…
How it works…
2. Data Types and Structures
Understanding immutability
Getting ready
How to do it…
How it works…
Adding and subtracting lists
Getting ready
How to do it…
How it works…
Combining tuples into a list
Getting ready
How to do it…
How it works…
See also
Creating and manipulating keyword lists
Getting ready
How to do it…
How it works…
Using pattern matching
Getting ready
How to do it…
How it works…
See also
Pattern matching an HTTPoison response
Getting ready
How to do it…
How it works…
Creating a key/value store with a map
Getting ready
How to do it…
How it works…
See also
Mapping and reducing enumerables
Getting ready
How to do it…
How it works…
There is more…
Generating lazy (even infinite) sequences
How to do it…
How it works…
There is more…
Streaming a file as a resource
Getting ready
How to do it…
How it works…
3. Strings and Binaries
Introduction
Joining strings
Getting ready
How to do it…
How it works…
There's more…
Splitting strings
Getting ready
How to do it…
How it works…
See also
Replacing string codepoints with patterns
Getting ready
How to do it…
How it works…
See also
Slicing strings with ranges
Getting ready
How to do it…
How it works…
There's more…
Using regular expressions
Getting ready
How to do it…
How it works…
See also
Combining operations with the |> operator
Getting ready
How to do it…
How it works…
Creating a word list
Getting ready
How to do it…
How it works…
There's more…
Determining the word frequency in a text
Getting ready
How to do it…
How it works…
Reading and writing metadata from MP3 files
Getting ready
How to do it…
How it works…
There's more…
4. Modules and Functions
Introduction
Namespacing modules
Getting ready
How to do it…
How it works…
There's more…
Using module attributes as constants
How to do it…
How it works…
See also
Enforcing behaviors
How to do it…
How it works…
See also
Documenting modules
Getting ready
How to do it…
Using module directives
Getting ready
How to do it…
How it works…
There's more…
Using a module in the scripted mode
How to do it…
How it works…
There's more…
Defining functions with default arguments
Getting ready
How to do it…
How it works…
Using guard clauses and pattern matching in function definitions
Getting ready
How to do it…
How it works…
5. Processes and Nodes
Introduction
Sending messages between processes
Getting ready
How to do it…
How it works…
There's more…
Making code run on all available CPUs
Getting ready
How to do it…
How it works…
There's more…
Using tasks to perform multiple concurrent computations
Getting ready
How to do it…
How it works…
There's more…
Creating a stateful server process (messages with...

Inhaltsverzeichnis