Parrot - 安装
开始之前,让我们下载一份最新的 Parrot 副本并将其安装在我们的计算机上。
Parrot 下载链接位于Parrot CVS 快照中。 下载最新版本的 Parrot 并按照以下步骤进行安装:
解压并解压下载的文件。
确保您的计算机上已安装 Perl 5。
现在执行以下操作:
% cd parrot % perl Configure.pl Parrot Configure Copyright (C) 2001 Yet Another Society Since you're running this script, you obviously have Perl 5 -- I'll be pulling some defaults from its configuration. ...
然后系统会询问您一系列有关本地配置的问题; 您几乎总是可以按回车键/回车键来选择每一个。
最后,系统会提示您输入 - make test_prog,,Parrot 将成功构建测试解释器。
现在您应该运行一些测试; 因此,输入"make test",您应该会看到如下所示的读数:
perl t/harness t/op/basic.....ok,1/2 skipped:label constants unimplemented in assembler t/op/string....ok, 1/4 skipped: I'm unable to write it! All tests successful, 2 subtests skipped. Files=2, Tests=6,......
当您阅读本文时,可能会有更多测试,其中一些跳过的测试可能不会跳过,但请确保其中没有一个会失败!
安装了 parrot 可执行文件后,您可以查看 Parrot"示例" 部分中给出的各种类型的示例。 您还可以查看 parrot 存储库中的示例目录。