- 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.
推薦閱讀
- 自然語言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- PWA入門與實(shí)踐
- Unity Shader入門精要
- PostgreSQL Replication(Second Edition)
- Learning Selenium Testing Tools(Third Edition)
- ADI DSP應(yīng)用技術(shù)集錦
- 計算機(jī)應(yīng)用基礎(chǔ)案例教程
- Serverless Web Applications with React and Firebase
- RocketMQ實(shí)戰(zhàn)與原理解析
- Visual C++開發(fā)寶典
- Hadoop Blueprints
- Perl 6 Deep Dive
- 寫給所有人的編程思維
- 數(shù)據(jù)結(jié)構(gòu):C語言描述(融媒體版)
- Mastering Android NDK