- 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.
推薦閱讀
- Cassandra Design Patterns(Second Edition)
- Lua程序設計(第4版)
- 云計算通俗講義(第3版)
- JSP開發案例教程
- Functional Kotlin
- Learning JavaScript Data Structures and Algorithms
- Unity 3D/2D移動開發實戰教程
- 區塊鏈技術進階與實戰(第2版)
- Mastering C++ Multithreading
- Mastering Docker
- Spring 5 Design Patterns
- Lift Application Development Cookbook
- 從零開始學Python大數據與量化交易
- Applied Deep Learning with Python
- Ubuntu Server Cookbook