語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Erlang and Elixir for imperative pro...
~
Loder, Wolfgang.
Erlang and Elixir for imperative programmers
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Erlang and Elixir for imperative programmersby Wolfgang Loder.
作者:
Loder, Wolfgang.
出版者:
Berkeley, CA :Apress :2016.
面頁冊數:
xviii, 256 p. :ill., digital ;24 cm.
Contained By:
Springer eBooks
標題:
ERLANG (Computer program language)
電子資源:
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)
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000134509
電子館藏
1圖書
電子書
EB QA76.73.E75 L821 2016
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
http://dx.doi.org/10.1007/978-1-4842-2394-9
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入