- Perl 6 Deep Dive
- Andrew Shitov
- 144字
- 2021-07-03 00:05:37
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, URLs, user input, and program output are shown as follows: "If the file does not exist, the $fh handle will be set to a Failure object."
A block of code is set as follows:
say 0.7 * (@street ==>
grep {.number %% 2} ==>
grep {.colour eq 'red'} ==>
grep {.renovation-year < 2013} ==>
map {.area * 3} ==>
reduce {$^a + $^b});
Any command-line input and output are shown in bold as follows:
$ perl6 –v
This is Rakudo version 2017.07 built on MoarVM version 2017.07
implementing Perl 6.c.
New terms and important words are shown in bold.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- 計(jì)算思維與算法入門
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Hands-On Image Processing with Python
- Web Scraping with Python
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- 從0到1:HTML+CSS快速上手
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Oracle BAM 11gR1 Handbook
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開發(fā)項(xiàng)目教程
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- R大數(shù)據(jù)分析實(shí)用指南
- ANSYS Fluent 二次開發(fā)指南
- Java Web開發(fā)詳解