- Perl 6 Deep Dive
- Andrew Shitov
- 124字
- 2021-07-03 00:05:47
Working with Variables and Built-in Data Types
Perl 6 is a language with gradual typing. This means that you are not required to indicate the type of the variables you create: you may freely use the same variable to store data of different types. However, you may also create a typed variable and, in that case, the compiler will check the usage of that variable and make sure that the variable is only used in the operations allowed for that type.
In this chapter, we will first go through the built-in types of Perl 6 and, later, learn how to work with variables:
- Built-in data types
- Type hierarchy
- Variables
- Scalars, arrays and hashes
- Object-oriented properties of data types
- Simple and composite data types
推薦閱讀
- Functional Python Programming
- C++程序設計教程
- 案例式C語言程序設計
- Computer Vision for the Web
- WebAssembly實戰
- C和C++安全編碼(原書第2版)
- 區塊鏈架構與實現:Cosmos詳解
- Unity 5.x By Example
- Kinect for Windows SDK Programming Guide
- ArcGIS By Example
- INSTANT Passbook App Development for iOS How-to
- Natural Language Processing with Java and LingPipe Cookbook
- 0 bug:C/C++商用工程之道
- Qlik Sense? Cookbook
- IDA Pro權威指南(第2版)