- 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
推薦閱讀
- C++案例趣學
- Unreal Engine Physics Essentials
- AngularJS Testing Cookbook
- The Modern C++ Challenge
- 我的第一本算法書
- Apache Spark Graph Processing
- Python程序設計
- GameMaker Programming By Example
- 劍指MySQL:架構、調優與運維
- Serverless computing in Azure with .NET
- Create React App 2 Quick Start Guide
- 從零開始學UI:概念解析、實戰提高、突破規則
- 交互設計師成長手冊:從零開始學交互
- 基于MATLAB的控制系統仿真及應用
- ASP.NET本質論