Language:
English
繁體中文
Help
圖資館首頁
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Erlang and Elixir for imperative pro...
~
Loder, Wolfgang.
Erlang and Elixir for imperative programmers
Record Type:
Electronic resources : Monograph/item
Title/Author:
Erlang and Elixir for imperative programmersby Wolfgang Loder.
Author:
Loder, Wolfgang.
Published:
Berkeley, CA :Apress :2016.
Description:
xviii, 256 p. :ill., digital ;24 cm.
Contained By:
Springer eBooks
Subject:
ERLANG (Computer program language)
Online resource:
http://dx.doi.org/10.1007/978-1-4842-2394-9
ISBN:
9781484223949$q(electronic bk.)
Erlang and Elixir for imperative programmers
Loder, Wolfgang.
Erlang and Elixir for imperative programmers
[electronic resource] /by Wolfgang Loder. - Berkeley, CA :Apress :2016. - xviii, 256 p. :ill., digital ;24 cm.
Part 1: Before we start -- Chapter 1: Imperative vs. Functional Programming -- Chapter 2: From Erlang to Elixir -- Chapter 3: Setting your Mind -- Chapter 4: Service Overview and Design -- Chapter 5: Service Features -- Chapter 6: Environment and Deployment -- Chapter 7: Development Setup -- Chapter 8: Production Setup -- Chapter 9: Overview -- Chapter 10: Public Interface -- Chapter 11: Asset Processing -- Chapter 12: Deployment -- Chapter 13: Overview Patterns and Concepts -- Chapter 14: Functional Concepts -- Chapter 15: Type Creation Concepts -- Chapter 16: Code Structuring Concepts -- Appendix A: Modeling -- Appendix B: Resources -- Appendix C: Features-Framework-Concepts Matrix -- Appendix D: Quick Guide to Erlang and Elixir.
Learn and understand Erlang and Elixir and develop a working knowledge of the concepts of functional programming that underpin them. This book takes the author's experience of taking on a project that required functional programming and real-time systems, breaks it down, and organizes it. You will get the necessary knowledge about differences to the languages you know, where to start, and where to go next. Have you been told by your customer or manager that they heard good things about Erlang, you should use it for the next project? Never had to deal with functional programming or real-time systems? In 2014, the author, Wolfgang Loder, developed a repository for digital assets that had to deliver those assets in binary form quickly and reliably, being able to deal with at least hundreds of requests per second. Since he could decide the architecture and software stack of the solution, he immediately thought of Erlang and its libraries and started to evaluate this option. It was not long after that he discovered Elixir, which sits on top of the Erlang virtual machine and has features more palatable for non-functional programmers, although it is a functional programming language itself. Erlang and Elixir for Imperative Programmers gives you a basis for deciding whether the effort is viable for your next project. This book is partly a tale of the author's own experience and partly a description of the bigger and more subtle differences between Erlang/Elixir and languages such as C++, Java, and C#. What You'll Learn Discover functional programming, Erlang, and Elixir Work on service design and service features Set up your environment: deployment, development, and production Implement the service including public interface, asset processing, and deployment Use the patterns and concepts found in Erlang including type creation concepts and code structuring. Who This Book Is For Experienced and savvy programmers, coders, and developers new to Erlang and Elixir.
ISBN: 9781484223949$q(electronic bk.)
Standard No.: 10.1007/978-1-4842-2394-9doiSubjects--Topical Terms:
508231
ERLANG (Computer program language)
LC Class. No.: QA76.73.E75
Dewey Class. No.: 005.133
Erlang and Elixir for imperative programmers
LDR
:03741nmm a2200337 a 4500
001
500144
003
DE-He213
005
20161130053406.0
006
m d
007
cr nn 008maaau
008
170621s2016 cau s 0 eng d
020
$a
9781484223949$q(electronic bk.)
020
$a
9781484223932$q(paper)
024
7
$a
10.1007/978-1-4842-2394-9
$2
doi
035
$a
978-1-4842-2394-9
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.E75
072
7
$a
UMX
$2
bicssc
072
7
$a
UMC
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
COM010000
$2
bisacsh
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.E75
$b
L821 2016
100
1
$a
Loder, Wolfgang.
$3
763346
245
1 0
$a
Erlang and Elixir for imperative programmers
$h
[electronic resource] /
$c
by Wolfgang Loder.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2016.
300
$a
xviii, 256 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part 1: Before we start -- Chapter 1: Imperative vs. Functional Programming -- Chapter 2: From Erlang to Elixir -- Chapter 3: Setting your Mind -- Chapter 4: Service Overview and Design -- Chapter 5: Service Features -- Chapter 6: Environment and Deployment -- Chapter 7: Development Setup -- Chapter 8: Production Setup -- Chapter 9: Overview -- Chapter 10: Public Interface -- Chapter 11: Asset Processing -- Chapter 12: Deployment -- Chapter 13: Overview Patterns and Concepts -- Chapter 14: Functional Concepts -- Chapter 15: Type Creation Concepts -- Chapter 16: Code Structuring Concepts -- Appendix A: Modeling -- Appendix B: Resources -- Appendix C: Features-Framework-Concepts Matrix -- Appendix D: Quick Guide to Erlang and Elixir.
520
$a
Learn and understand Erlang and Elixir and develop a working knowledge of the concepts of functional programming that underpin them. This book takes the author's experience of taking on a project that required functional programming and real-time systems, breaks it down, and organizes it. You will get the necessary knowledge about differences to the languages you know, where to start, and where to go next. Have you been told by your customer or manager that they heard good things about Erlang, you should use it for the next project? Never had to deal with functional programming or real-time systems? In 2014, the author, Wolfgang Loder, developed a repository for digital assets that had to deliver those assets in binary form quickly and reliably, being able to deal with at least hundreds of requests per second. Since he could decide the architecture and software stack of the solution, he immediately thought of Erlang and its libraries and started to evaluate this option. It was not long after that he discovered Elixir, which sits on top of the Erlang virtual machine and has features more palatable for non-functional programmers, although it is a functional programming language itself. Erlang and Elixir for Imperative Programmers gives you a basis for deciding whether the effort is viable for your next project. This book is partly a tale of the author's own experience and partly a description of the bigger and more subtle differences between Erlang/Elixir and languages such as C++, Java, and C#. What You'll Learn Discover functional programming, Erlang, and Elixir Work on service design and service features Set up your environment: deployment, development, and production Implement the service including public interface, asset processing, and deployment Use the patterns and concepts found in Erlang including type creation concepts and code structuring. Who This Book Is For Experienced and savvy programmers, coders, and developers new to Erlang and Elixir.
650
0
$a
ERLANG (Computer program language)
$3
508231
650
0
$a
Elixir (Computer program language)
$3
763347
650
0
$a
Computer science.
$3
199325
650
0
$a
Computer programming.
$3
181992
650
0
$a
Programming languages (Electronic computers)
$3
184586
650
1 4
$a
Computer Science.
$3
212513
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
274102
650
2 4
$a
Programming Techniques.
$3
274470
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer eBooks
856
4 0
$u
http://dx.doi.org/10.1007/978-1-4842-2394-9
950
$a
Professional and Applied Computing (Springer-12059)
based on 0 review(s)
ALL
電子館藏
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
000000134509
電子館藏
1圖書
電子書
EB QA76.73.E75 L821 2016
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Multimedia file
http://dx.doi.org/10.1007/978-1-4842-2394-9
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login