2015-02-24 154 views

回答

8

这可能是你想要在不久的未来 - rakudobrew。我在OS X 10.8-10上使用它没有任何问题(嗯,一些C /图像的东西不会为我构建 - 我想要做space invaders - 但其他一切都很棒,很容易)。

哦,我错过了克里斯托夫的评论;抱歉。为了增加这个建议的价值,我还会建议panda,这是一个类似cpanm-lite的工具,可以与一些更好的可用perl6 modules一起工作。

+1

zef是新的熊猫 – 2017-07-31 15:33:34

1

关于How to get rakudo的一条评论是Mac OS特有的:

Rajeev Jha says:  
2011.11.01 at 18:28 

Here are the instructions for building on mac osx lion 
create a new dir, say nuke and cd to it (xcode should be installed) 

1. wget https://github.com/downloads/rakudo/star/rakudo-star-2011.07.tar.gz 
2. tar -zxvf rakudo-star-2011.07.tar.gz 
3. cd rakudo-star-2011.07 
4. perl Configure.pl –gen-moar 
5. make 
6. make install 

Run perl6 from nuke/rakudo-star-2011.07/perl6 

对于第1部分使用newest file you find,而不是一个版本于2011年

+0

鹦鹉支持将暂停使用 - 你可能想'--gen-moar'代替 – Christoph 2015-02-24 20:07:00

+0

@Christoph这是一个耻辱。我对Parrot有很大的希望:-( – Sylwester 2015-02-24 20:46:51

+1

Parrot支持*可能会在6.0版本之后得到复活;现在的优先权在MoarVM上得到解决,JVM接下来在 – Christoph 2015-02-24 20:57:55

1

我只是用BREW在MacOS,正是如此:

brew install rakudo-star 
zef install Inline::Perl5 
+0

之后我应该添加到$ PATH的目录是什么? – 2018-02-01 08:16:39