- Perl 6 Deep Dive
- Andrew Shitov
- 120字
- 2021-07-03 00:05:43
Rakudo
Rakudo is a compiler initially built on the Parrot virtual machine. Later, it started using the Java Virtual Machine (JVM), but in the end, the developers of Parrot created their own virtual machine, MoarVM (Metamodel on a Runtime Virtual Machine (www.moarvm.org)). Currently, the support of JVM is limited, and the main virtual machine is MoarVM.
Rakudo itself is a Perl 6 compiler. For us, the most useful compiler is Rakudo Star, which is a distribution including the compiler as well as a number of Perl 6 modules and a few command-line tools, such as a module installer. In this book, we will use the Rakudo Star compiler to run programs in Perl 6.
Rakudo's website is rakudo.org.
推薦閱讀
- Learning PostgreSQL
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- C語言程序設計基礎與實驗指導
- Oracle Exadata專家手冊
- Unity 2D Game Development Cookbook
- 寫給青少年的人工智能(Python版·微課視頻版)
- Test-Driven iOS Development with Swift
- Android應用開發攻略
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- HTML5/CSS3/JavaScript技術大全
- 像程序員一樣使用MySQL
- FORTRAN程序設計權威指南
- Hybrid Mobile Development with Ionic
- IBM Cognos 10 Report Studio Cookbook(Second Edition)
- 從0到1:jQuery快速上手