- Perl 6 Deep Dive
- Andrew Shitov
- 128字
- 2021-07-03 00:05:44
The -v and --version command
The -v and --version options print the version of the current Perl 6 compiler as follows:
$ perl6 -v
At the time of writing, I am using Rakudo Star version 2017.01, and this is what the output looks like:
This is Rakudo version 2017.01 built on MoarVM version 2017.01 implementing Perl 6.c.
The important thing here, apart from the version itself, is the virtual machine that is used to execute Perl 6 (MoarVM, as shown earlier) and the version of the Perl 6 language specification (it is 6.c in this example).
The Rakudo Star versioning scheme uses the year and the month of the release date of the distributive. Rakudo is rapidly developing, so check the rakudo.org site regularly to get updates.
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- Instant Apache Stanbol
- 深入淺出WPF
- AIRAndroid應用開發實戰
- JavaScript動態網頁開發詳解
- Machine Learning for Developers
- Python+Office:輕松實現Python辦公自動化
- Docker:容器與容器云(第2版)
- PostgreSQL Developer's Guide
- Laravel Design Patterns and Best Practices
- Android應用程序設計
- INSTANT LESS CSS Preprocessor How-to
- Python繪圖指南:分形與數據可視化(全彩)
- Android項目實戰:博學谷
- Python服務端測試開發實戰