- 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.
推薦閱讀
- Redis入門指南(第3版)
- Azure IoT Development Cookbook
- Manga Studio Ex 5 Cookbook
- C語言程序設(shè)計立體化案例教程
- INSTANT Mercurial SCM Essentials How-to
- Visual C++數(shù)字圖像處理技術(shù)詳解
- Python機器學習算法與實戰(zhàn)
- Integrating Facebook iOS SDK with Your Application
- Learning AngularJS for .NET Developers
- UNIX Linux程序設(shè)計教程
- UI設(shè)計全書(全彩)
- WildFly Cookbook
- PostgreSQL Developer's Guide
- Java EE程序設(shè)計與開發(fā)實踐教程
- Python程序設(shè)計教程