語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Raku fundamentals = a primer with ex...
~
Lenz, Moritz.
FindBook
Google Book
Amazon
博客來
Raku fundamentals = a primer with examples, projects, and case studies /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Raku fundamentals/ by Moritz Lenz.
其他題名:
a primer with examples, projects, and case studies /
作者:
Lenz, Moritz.
出版者:
Berkeley, CA :Apress : : 2020.,
面頁冊數:
xvii, 186 p. :ill., digital ;24 cm.
內容註:
1. What is Raku? -- 2. Running Rakudo -- 3. Formatting a Sudoku Puzzle -- 4. Datetime Conversion for the Command Line -- 5. Testing say() -- 6. Silent-Cron, a Cron Wrapper -- 7. Stateful Silent-Cron -- 8. Review of the Raku Basics -- 9. Parsing INI files using Regexes and Grammars -- 10. A File and Directory Usage Graph -- 11. A Unicode Search Tool -- 12. Creating a Webservice, and Declarative APIs -- 13. What's Next?.
Contained By:
Springer Nature eBook
標題:
Application software - Development. -
電子資源:
https://doi.org/10.1007/978-1-4842-6109-5
ISBN:
9781484261095
Raku fundamentals = a primer with examples, projects, and case studies /
Lenz, Moritz.
Raku fundamentals
a primer with examples, projects, and case studies /[electronic resource] :by Moritz Lenz. - Second edition. - Berkeley, CA :Apress :2020. - xvii, 186 p. :ill., digital ;24 cm.
1. What is Raku? -- 2. Running Rakudo -- 3. Formatting a Sudoku Puzzle -- 4. Datetime Conversion for the Command Line -- 5. Testing say() -- 6. Silent-Cron, a Cron Wrapper -- 7. Stateful Silent-Cron -- 8. Review of the Raku Basics -- 9. Parsing INI files using Regexes and Grammars -- 10. A File and Directory Usage Graph -- 11. A Unicode Search Tool -- 12. Creating a Webservice, and Declarative APIs -- 13. What's Next?.
Gain the skills to begin developing Raku applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You'll learn enough to get started building with Raku, using Raku's gradual typing, handy object-orientated features, powerful parsing capabilities, and human-usable concurrency. This book has been updated to include the latest version of Raku based upon the Perl 6.d major version which includes over 3,400 new commits in its specification. After a short introduction, each chapter develops a small example project, explaining the Raku features used. When the example is done, you'll explore another aspect, such as optimizing further for readability or testing the code. Along the way you'll see Raku basics, such as variables and scoping; subroutines; classes and objects; regexes; and code testing. When you've mastered the basics, Raku Fundamentals moves onto more advanced topics to give you a deeper understanding of the language. You'll learn, amongst other things, how to work with persistent storage, how to generate good error messages, and how to write tricky applications such as a file and directory usage graph and a Unicode search tool. You will: Get coding with latest version of Raku Work on several hands-on examples and projects Integrate Python libraries into your Raku-based programs Parse INI files using regexes and grammars Build a date-time converter Carry out refactoring and other automated tests.
ISBN: 9781484261095
Standard No.: 10.1007/978-1-4842-6109-5doiSubjects--Topical Terms:
539563
Application software
--Development.
LC Class. No.: QA76.76.A65 / L469 2020
Dewey Class. No.: 005.13
Raku fundamentals = a primer with examples, projects, and case studies /
LDR
:02991nmm a2200349 a 4500
001
2244002
003
DE-He213
005
20210201100109.0
006
m d
007
cr nn 008maaau
008
211207s2020 cau s 0 eng d
020
$a
9781484261095
$q
(electronic bk.)
020
$a
9781484261088
$q
(paper)
024
7
$a
10.1007/978-1-4842-6109-5
$2
doi
035
$a
978-1-4842-6109-5
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.A65
$b
L469 2020
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
072
7
$a
UMC
$2
thema
082
0 4
$a
005.13
$2
23
090
$a
QA76.76.A65
$b
L575 2020
100
1
$a
Lenz, Moritz.
$3
3251155
245
1 0
$a
Raku fundamentals
$h
[electronic resource] :
$b
a primer with examples, projects, and case studies /
$c
by Moritz Lenz.
250
$a
Second edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xvii, 186 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. What is Raku? -- 2. Running Rakudo -- 3. Formatting a Sudoku Puzzle -- 4. Datetime Conversion for the Command Line -- 5. Testing say() -- 6. Silent-Cron, a Cron Wrapper -- 7. Stateful Silent-Cron -- 8. Review of the Raku Basics -- 9. Parsing INI files using Regexes and Grammars -- 10. A File and Directory Usage Graph -- 11. A Unicode Search Tool -- 12. Creating a Webservice, and Declarative APIs -- 13. What's Next?.
520
$a
Gain the skills to begin developing Raku applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You'll learn enough to get started building with Raku, using Raku's gradual typing, handy object-orientated features, powerful parsing capabilities, and human-usable concurrency. This book has been updated to include the latest version of Raku based upon the Perl 6.d major version which includes over 3,400 new commits in its specification. After a short introduction, each chapter develops a small example project, explaining the Raku features used. When the example is done, you'll explore another aspect, such as optimizing further for readability or testing the code. Along the way you'll see Raku basics, such as variables and scoping; subroutines; classes and objects; regexes; and code testing. When you've mastered the basics, Raku Fundamentals moves onto more advanced topics to give you a deeper understanding of the language. You'll learn, amongst other things, how to work with persistent storage, how to generate good error messages, and how to write tricky applications such as a file and directory usage graph and a Unicode search tool. You will: Get coding with latest version of Raku Work on several hands-on examples and projects Integrate Python libraries into your Raku-based programs Parse INI files using regexes and grammars Build a date-time converter Carry out refactoring and other automated tests.
650
0
$a
Application software
$x
Development.
$3
539563
650
0
$a
Perl (Computer program language)
$3
560078
650
0
$a
Programming languages (Electronic computers)
$3
606806
650
0
$a
Computer programming.
$3
527209
650
0
$a
Open source software.
$3
581998
650
1 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Programming Techniques.
$3
892496
650
2 4
$a
Open Source.
$3
2210577
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6109-5
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9405048
電子資源
11.線上閱覽_V
電子書
EB QA76.76.A65 L469 2020
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入