|
发表于 2005-11-14 05:27:38
|
显示全部楼层
Peference is a personal matter
Post by 1ball
如题,想学其中一种,都学未免博大而不够精深,所以想集中精力专其一门
请大家一起讨论一下这三者各自优缺点,适合领域等等,给我一点建议,谢谢!
For available software:
Perl has CPAN, a huge collection of cool modules;
Ruby has RAA library, gem package, and Ruby is pure OO language;
Python has Zope/plone, which is also cool;
PHP is popular, and it has PEAR;
MVC(Model, View and Controller) framework:
Perl has Catalyst(catalyst.perl.org), currently on 5.50RC, is a really powerful web development framework;
Ruby has Ruby on Rails(www.rubyonrails.com), which is the MVC framework pioneer, Catalyst is inspired by rails, aslo rails has integrated AJAX support(prototype.js and scriptaculous.js), which is next generation web development platform, all OO and simply amazing;
Python has TurboGear, which is also inspired by Rails;
PHP has Cake and some other frameworks;
So far my favorite is Perl with Catalyst, and I also tried Ruby on Rails, can't say which one is better, it depends on your own experiences.
:rolleyes: |
|