in reply to Reactions to OO-Perl
While I was there the codebase grew from approx 25k of semi-OO perl to over 200k lines of heavily OO industrial perl. Being in perl allowed for very rapid development, much faster than would have been possible under C++. You sacrifice some security by using perl, namely that the compiler can't catch mistakes in argument passing - you have to wait to runtime. The advantage was that each developer would add 2-3k _per month_ (they have a monthly release cycle).
Perl6 seems to address some of these issues and looks like it will be even more attractive to possible C++/Java converts in the years to come.
-jackdied
|
---|