design.perl6.org
Perl 6 Community
http://www.design.perl6.org/community
We are a bunch of volunteers developing Perl 6 and Perl 6 applications, and try real hard to be nice to each other. Get in touch with us! Internet Relay Chat (IRC). Much discussion happens on #perl6, our IRC channel. This is the fastest way to get help. Another way to stay tuned is reading posts from blogs that focus on Perl 6. You can learn some basics about Perl 6 with these introductory screencasts. By Gabor Szabo. Gabor also frequents our IRC channel. Perl 6 is well represented on Rosetta Code. An in...
design.perl6.org
Perl 6 - Whatever
http://www.design.perl6.org/whatever
Everything that can't be categorized otherwise fits into the "Whatever" slot, or as the Perl 6 hacker would write it,. Module Management, Editors, IDEs, *. Makes it easy to install modules programs written in Perl 6. A young and feature rich module installer. Atom Perl 6 Editor Tools. Plugin that provides a collection of useful Perl 6 editing tools. Perl 6 highlighting and code execution in Padre, the Perl IDE. Perl 6 syntax highlighting for Vim. Perl 6 syntax highlighting for Emacs. Perl 5 to Perl 6.
design.perl6.org
STD and viv -- Perl 6 standard grammar
http://www.design.perl6.org/compilers/std-viv
Perl 6 has a grammar that can be tweaked by the user. Hence the structure of the grammar must be the same in all Perl 6 compilers. This structure is given STD.pm6, the standard grammar. It is both specification and runnable code. Note: STD and viv aren't actively developed any more. The Perl 6 standard grammar is written in Perl 6, and specifies how a Perl 6 program is parsed. The source code can be found on github in the perl6/std project. In the file STD.pm6. Should be read as. Perl 6 on Rosetta Code.
design.perl6.org
#perl6 IRC channel
http://www.design.perl6.org/community/irc
Much real-time discussion happens on our IRC channel, #perl6 on irc.freenode.net. We try to be very nice to newcomers, so feel free to join us, and ask any Perl 6 questions you might have. We discuss questions about Perl 6, how to install a compiler, proposals for small enhancements to the specification, ideas for new modules - you name it. If you don't have an IRC client installed, you can use your browser to connect to IRC. Please do not ask for help on Perl 5 topics in #perl6. Perl6: my $a;. Provides ...
design.perl6.org
Perl 6 Language Design
http://www.design.perl6.org/specification
The Perl 6 language design is developed by a core team around Larry Wall, the creator of Perl. Many parts of the language are rather mature, for example the object system and large parts of the syntax. Other parts, like macros, are still in flux, and wait for an implementation to try them out. Official Perl 6 design documents. Original Perl 6 grammar. The Perl 6 mascot ( PDF. Notes (excerpt from Synopsis 1. Or chat live in your browser. Perl 6 on Rosetta Code. Perl 5 to Perl 6. Perl 6 modules directory.
blog.thingslabo.com
Perl6のプログラミング環境「Rapid Perl6」を作りました - シングスブログ
http://blog.thingslabo.com/archives/000407.html
Perl6のプログラミング環境 Rapid Perl6 を作りました. Perl6のプログラミング環境 Rapid Perl6 を作りました. バージョン1.0 を今年 2015年 のクリスマスにリリースすると発表があった Perl 6.0。 Fosdem 2015: It's Christmas! Perl開発者Larry Wall氏が、Perl 6.0の正式バージョンを2015年のクリスマスにリリースすると発言、Perl開発者の中には懐疑的な見方も. 一足早くその Perl 6 のプログラミング環境をサクッと立ち上げられる Vagrant 環境をつくりました。 Perl 6 は言語仕様も変わり、Perl 5 など前バージョンの後方互換性もないので、新しい言語と見ていろいろいじってみたい方はどうぞ。 にある Rapid Perl6 の readme-ja.md です。 Rapid Perl6 is Vagrant environment for the Perl 6 programming language. Cd /home/vagrant/perl6/bin ./perl6 -V . カスタム投稿...
perl6.org
Perl 6 Compilers
http://www.perl6.org/compilers
Perl 6 is a language specification, and just like C or C there are multiple compilers for the language. And the Java Virtual Machine (JVM). It is actively developed on the Rakudo GitHub. Site Download or compile Rakudo. NQP (Not Quite Perl) is. A Perl 6 compiler. NQP is a small subset of Perl 6 used as a foundational tool to help write compilers (including Rakudo Perl 6. Perlito, also known as MiniPerl6, is a subset of Perl 6, designed as a light bootstrapping language. You can try it online. Executes Pe...