- 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.
推薦閱讀
- 高手是如何做產品設計的(全2冊)
- Python從小白到大牛
- Django Design Patterns and Best Practices
- 3D少兒游戲編程(原書第2版)
- 深入淺出Serverless:技術原理與應用實踐
- AppInventor實踐教程:Android智能應用開發前傳
- SQL Server從入門到精通(第3版)
- Building RESTful Python Web Services
- Android Wear Projects
- Java Web開發就該這樣學
- Python編程:從入門到實踐(第3版)
- Mastering Elixir
- Instant jQuery Boilerplate for Plugins
- Python自然語言理解:自然語言理解系統開發與應用實戰
- C++ System Programming Cookbook