- Perl 6 Deep Dive
- Andrew Shitov
- 91字
- 2021-07-03 00:05:42
Compilers
During the process of Perl 6 development, a number of compilers were created. Some of them were just a playground to test some ideas, whereas some were more mature. Among the most important, we should mention the following four projects:
- Parrot
- Pugs
- Perlito
- Rakudo
There were more attempts to create a Perl 6 compiler, which were less successful or less complete. We will go through the preceding list to see the highlights of each project and then focus on Rakudo, which is the compiler you should use today.
推薦閱讀
- Mastering NetBeans
- Beginning C++ Game Programming
- Rust編程從入門到實戰
- Django開發從入門到實踐
- 我的第一本算法書
- Python高級編程
- Reactive Programming With Java 9
- 深入理解Elasticsearch(原書第3版)
- Android系統級深入開發
- RealSenseTM互動開發實戰
- Hands-On Nuxt.js Web Development
- Learning Modular Java Programming
- 從零開始學UI設計·基礎篇
- Flask Web開發實戰:入門、進階與原理解析
- Learning C# by Developing Games with Unity 3D Beginner's Guide