- 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
推薦閱讀
- Learning Java Functional Programming
- Java EE 6 企業級應用開發教程
- Mastering RabbitMQ
- Ceph Cookbook
- Python語言程序設計
- BIM概論及Revit精講
- ASP.NET開發與應用教程
- Machine Learning in Java
- Extending Unity with Editor Scripting
- Learning D
- 大話代碼架構:項目實戰版
- Daniel Arbuckle's Mastering Python
- 構建跨平臺APP:響應式UI設計入門
- Python游戲編程項目開發實戰
- Getting Started with Phalcon