我应该为ruby和perl使用什么编译器?

时间:2014-03-12 09:06:32

标签: ruby windows perl compiler-construction

我最近开始学习Ruby和Perl。你们中的任何人都可以建议我编译器,以便我可以练习吗?

1 个答案:

答案 0 :(得分:2)

对于Perl,您需要Strawberry PerlDWIM Perl。草莓可能有你想要的一切,但DWIM只是草莓,有一些额外的模块和Padre ide:

 It contains:

    Strawberry Perl 5.14.2.1 RC which itself is a standard Perl with several extensions already installed.
    A large part of Task::Kensho, a list of recommended packages.
    Padre, the Perl IDE 0.94.
    Module::Version 0.12 so you can use mversion to check which version of each module you have.
    Moose 2.0402, the post modern Object System.
    Dancer 1.3092 to build a light-weight web application.
    Plack and plackup 0.9985 to serve your web pages.
    Perl::Critic 1.117, to police yourself.
    Perl::Tidy 20101217, to keep your code nice.
    DateTime 0.72 to make it easy to deal with dates and time.
    SQLite 1.35, to hold your data tight.
    MySQL 4.020, PostgreSQL 2.18.1 and DBD::ODBC 1.31 drivers.
    Lots of additional modules... (see details in the README file.)