vhg119
01-22-2001, 10:59 AM
which programming language produces the
fastest programs?
most protable?
most functionality?
and is the most widely used?
fastest programs?
most protable?
most functionality?
and is the most widely used?
|
Click to See Complete Forum and Search --> : better programming language vhg119 01-22-2001, 10:59 AM which programming language produces the fastest programs? most protable? most functionality? and is the most widely used? njcajun 01-22-2001, 02:07 PM You really have to narrow it down and make trade-offs. It's not a cut and dry thing. Also, you're being quite general. If you really want an answer to that question, the answer is likely going to be something like 'assembly language'. C makes very fast programs, but is not as portable, and not as clean to program in as, say... Java, which is very portable, but not fast at all. C++ falls somewhere in between the above two. Python is awesome, but it's not very widely supported, and, like Java, not very fast. Perl is fast, and portable, but it gets pretty messy if yer gonna write a large program. If you just need something simple done, write a shell script. Can't beat it for ease of use. klamath 01-22-2001, 07:03 PM What a troll. Read the copious technical documentation at any language website for an idea on the language's relative strengths and weaknesses (IIRC, they have some of this stuff @ python.org). But if you ask us, you'll just get our biased personal opinions. ------------------ - Klamath Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc) Looking for an open source project to contribute to? Check out the Tornado HTTP Server (http://sourceforge.net/projects/tornado) justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |