- Perl 6 Deep Dive
- Andrew Shitov
- 81字
- 2021-07-03 00:05:45
Writing Code
This chapter will prepare you to write Perl 6 code. Before we examine variables, data types, object orientation, and other important topics, let's learn more about how the source code is organized in Perl 6. There are many elements that differ from other programming languages, and it is worth spending time getting used to it.
In this chapter, we will cover the following topics:
- Using Unicode
- Whitespaces and unspaces
- Comments
- Creating Pod documentation
- Phasers
- Simple input and output
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- PHP程序設(shè)計(jì)(慕課版)
- Learning Flask Framework
- ASP.NET Core Essentials
- Mastering PHP Design Patterns
- Hadoop+Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Learning Python Design Patterns
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實(shí)踐
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Beginning C++ Game Programming
- Hands-On JavaScript for Python Developers
- Java EE 7 with GlassFish 4 Application Server
- Django Design Patterns and Best Practices
- Clojure Polymorphism