- 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.
推薦閱讀
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Programming ArcGIS 10.1 with Python Cookbook
- JS全書:JavaScript Web前端開發(fā)指南
- Easy Web Development with WaveMaker
- R的極客理想:工具篇
- Learning Python Design Patterns
- C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- 深入淺出React和Redux
- 微信小程序開發(fā)與實(shí)戰(zhàn)(微課版)
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- 區(qū)塊鏈國(guó)產(chǎn)化實(shí)踐指南:基于Fabric 2.0
- Penetration Testing with the Bash shell
- Appcelerator Titanium:Patterns and Best Practices
- 零基礎(chǔ)學(xué)SQL(升級(jí)版)
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析