- Perl 6 Deep Dive
- Andrew Shitov
- 69字
- 2021-07-03 00:05:56
Operators in Perl 6
There are a few dozen built-in operators in Perl 6. To make the overview more structured, we will group them in groups corresponding to the categories that we described in the previous sections:
- Infix operators
- Postfix operators
- Circumfix operators
- Postcircumfix operators
In the following sections, we will examine operators of Perl 6 grouped into these categories. Within each category, operators are arranged in descending precedence.
推薦閱讀
- 機器學習系統:設計和實現
- vSphere High Performance Cookbook
- 程序員考試案例梳理、真題透解與強化訓練
- Julia機器學習核心編程:人人可用的高性能科學計算
- Data Analysis with Stata
- Building a Quadcopter with Arduino
- Drupal 8 Configuration Management
- Hands-On Reinforcement Learning with Python
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Test-Driven Machine Learning
- Internet of Things with ESP8266
- Python第三方庫開發應用實戰
- Instant Pygame for Python Game Development How-to
- 高性能MVVM框架的設計與實現:San
- Serverless工程實踐:從入門到進階