- Perl 6 Deep Dive
- Andrew Shitov
- 227字
- 2021-07-03 00:05:37
Preface
Perl 6 is a new programming language in the Perl family. It has come a long way from the start of its development in 2000 to the current state, when the language is production ready.
Although the initial project of the language was a next version of Perl 5 to trim some edges, get rid of legacy, and add features that were requested by the community, it instead turned out to be a shiny language that holds the spirit of Perl, offers us a variety of modern mechanisms, and allows you to follow paradigms such as functional and reactive programming.
The great thing about today’s Perl 6 is that all these new things are already built into the language and no external libraries are needed to start working with them. For example, take one of the most difficult topics: concurrent and parallel programming. Perl 6 has support for it so that the programmer can start using it right away without thinking about how to organize spawning new threads or implement inter-process communication and access shared data.
One of the goals that we had while writing this book was to show that Perl 6 is a great tool you can consider for your daily practice.
This book contains 15 chapters that cover everything from the basics to more complex themes such as functional programming.
- Learning C# by Developing Games with Unity 2020
- LabVIEW程序設計基礎與應用
- CockroachDB權威指南
- DevOps入門與實踐
- Responsive Web Design with HTML5 and CSS3
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- 零基礎學Java(第4版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- PySide GUI Application Development(Second Edition)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Android群英傳
- Go語言底層原理剖析
- Java并發編程之美
- After Effects CC案例設計與經典插件(視頻教學版)
- WordPress Search Engine Optimization(Second Edition)