- Perl 6 Deep Dive
- Andrew Shitov
- 285字
- 2021-07-03 00:05:42
Community
The developers of Perl 6 traditionally use IRC for communication. You may also join the #perl6 channel to ask questions about the language or execute a piece of Perl 6 online.
To join the channel, follow the instructions listed on the https://perl6.org/community/ page.
If you want to run the code in IRC, refer to the rakudo bot as follows:
<me> rakudo: say "Hello, World!"
<+camelia> rakudo-moar cb8fa0: OUTPUT: ?Hello, World!??
In the output, you can see that Rakudo is using the MoarVM backend by default. The string that was printed by the program is displayed after the OUTPUT keyword.
Use this feature carefully as the result of your requests will be visible to the whole room and also be logged. The best use case is to show the behavior of the compiler when you find a bug or when you see a different result from what is said in the documentation. The Perl 6 developers are always present in the IRC channel and will advise on what is wrong or will aim to fix the bug and make the documentation correct.
If you are on Facebook, visit the Perl 6 group here:
https://www.facebook.com/groups/1595443877388632/
In the offline, you will see many people who love Perl 6 at various conferences. Go to the Perl Conference (previously known as YAPC, (Yet Another Perl Conference)), which is held every year in Europe and in the USA. You may find more about them on http://theperlconference.org and http://www.yapc.eu. For many years, there were work Perl booths at the big open-source conferences like OSCON and FOSDEM. There are also many local conferences, workshops, and local group meetings. Find the closest group to your location at http://pm.org.
- 黑客攻防從入門到精通(實戰秘笈版)
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- DevOps with Kubernetes
- Mastering ServiceStack
- JIRA 7 Administration Cookbook(Second Edition)
- Java從入門到精通(第5版)
- Dependency Injection in .NET Core 2.0
- Java開發入行真功夫
- Instant Ext.NET Application Development
- Teaching with Google Classroom
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- 細說Python編程:從入門到科學計算
- Python機器學習算法與應用
- SQL Server 2012 數據庫應用教程(第3版)
- 百萬在線:大型游戲服務端開發