Once upon a time, Pádraig Brady <P@xxxxxxxxxxxxxx> said: > It could be argued that python is more suited to long lived programs: > > $ time /bin/true > real 0m0.002s > $ time python -c True > real 0m0.049s Aside from that being a meaningless, worst case example, an "overhead" of .047 seconds is hardly worth worrying about unless the command in question is run multiple times per minute, all the time. And besides: $ time perl -e 1 real 0m0.008s Perl is 6 times faster than Python! :) -- Chris Adams <cmadams@xxxxxxxxxx> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel