作者: 藤岡和夫
日時: 2008/3/09(13:27)
On Sun, 09 Mar 2008 12:06:24 +0900
"Bruce." <kbk@...> さんwrote:

> すでにお調べになったことかもしれませんが、Rakudo はPerl 6という言語を
> 実装した処理系というもので、Perl 6そのものではありません。

 Rakudoの説明ページにありますね。

-----
The Rakudo Perl 6 Compiler ("rakudo" for short) targets the Parrot
Virtual Machine, and it currently lives in the languages/perl6/
directory of the Parrot repository. 

To build the Rakudo Perl 6 compiler, first get a working copy of Parrot,
then change to the languages/perl6/ subdirectory and type "make perl6".
This will build an executable.

To run a program with Rakudo Perl 6, issue a command like

$ perl6 hello.pl

Or, to run an interactive perl6, type

$ perl6
-----

perl6.announceで、

Parrot 0.5.3 News:
.....
+ Rakudo (Perl 6):
. rebranded, formerly known as 'perl6'
. passes many more official Perl 6 Specification tests
. added 'perl6doc' utility
. oo including meta?classes, objects, methods, attributes, role composition
. match variables, while/until statements, traits
. many new methods for Str, List, Hash, Junction
.....

なんて書いてあるので、疑問を発したわけですね。

無論、Perl 6は言語仕様でもある。

藤岡 和夫
kazuf@...
日曜プログラマのひとりごと http://homepage1.nifty.com/kazuf/renewal.html