English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

My knowldge with programming languages is limitd to an IntermediATE level knowledge of C, and FORTRAN!!

2006-08-01 01:18:38 · 4 answers · asked by s_26_c 2 in Computers & Internet Programming & Design

4 answers

Perl is very powerful for what it does, especially in the field of text processing and manipulation. However since conciseness is a property of the language, it has pretty arcane builtins which might be very useful for power users but are intimidating for beginners.

Python is an object oriented interpreted language, that has a good set of builtins and an easy syntax to learn and apply.

If you are working in a company, then it is good to follow the language of choice there, because you need to spend good amount of time in mastering either of these two languages, and it might not be a good ROI to learn Python when the prevalent language is Perl or vice-versa. Usually Perl is more often used since it is older.

2006-08-01 17:12:00 · answer #1 · answered by swami060 3 · 1 0

If you are going to be doing techniques to see your possess disorders or stuff for confined programs, write in Basic.If I needed to selected the four you acknowledged, I've been a EE for just about 30 years and write in PERL probably the most. C and C++ are first-class for item orientated stuff that's supposed to be reused, but when you are writing code each 3 months like I do, you can need to relearn the rattling stuff at any time when you desire to make use of it. One extra remark. PERL is lovely common whether or not you are going for walks a few rubbish from MS as an working process or LINUX or UNIX or AIX. C and C++ conventions range because of working strategies and compiler models. If you desire a application that allows you to paintings in 10 years from now, stick to PERL.

2016-08-28 14:37:26 · answer #2 · answered by alienello 4 · 0 0

I agree, Perl. Python has formatting rules that you don't have to worry about with Perl. Perl's mantra is TMTOWTDI - There's More Than One Way To Do It. Though this is referring more to algorithm, there is value in being able to format your code in the way that works best for you - still you want to at least remain consistent in how you format your own code. There are other good reasons for going with Perl, but this one is most likely to get the Python camp fired up.

2006-08-01 02:45:59 · answer #3 · answered by sterno73 3 · 0 0

PERL.

2006-08-01 01:24:03 · answer #4 · answered by SaranG 2 · 0 0

fedest.com, questions and answers