語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Erlang and Elixir for imperative pro...
~
Loder, Wolfgang.
FindBook
Google Book
Amazon
博客來
Erlang and Elixir for imperative programmers
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Erlang and Elixir for imperative programmers/ by Wolfgang Loder.
作者:
Loder, Wolfgang.
出版者:
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.
Contained By:
Springer eBooks
標題:
ERLANG (Computer program language) -
電子資源:
http://dx.doi.org/10.1007/978-1-4842-2394-9
ISBN:
9781484223949
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
Standard No.: 10.1007/978-1-4842-2394-9doiSubjects--Topical Terms:
3201328
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
2080942
003
DE-He213
005
20161130053406.0
006
m d
007
cr nn 008maaau
008
170616s2016 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
3201327
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
3201328
650
0
$a
Elixir (Computer program language)
$3
3201329
650
0
$a
Computer science.
$3
523869
650
0
$a
Computer programming.
$3
527209
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
1 4
$a
Computer Science.
$3
626642
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
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
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9312823
電子資源
11.線上閱覽_V
電子書
EB QA76.73.E75 L821 2016
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入