473,503 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Objective evidence comparing languages?

I'm looking for studies that objectively compare various languages to
measure the following attributes:

1. Ease of writing new code (better== faster, better==fewer bugs).
2. Ease of maintaining existing code.
3. Portability.
4. Time to learn language "adequately".
5. Speed of resulting code.

The last time I saw such a study was almost 10 years ago, compared only
C and Ada, and was found here:

http://www.rational.com/support/tech...c_and_ada.html

That URL is long dead but the contents are still available from the URL
via the wayback machine at http://www.archive.org.

Where are the recent equivalent studies?

Please, nobody reply with "X is better than Y because..." - I'm not
looking for opinions, I'm searching for studies that objectively
demonstrate the differences between languages.

Thanks,

David Mathog
ma****@caltech.edu

Nov 15 '05 #1
5 1491
[comp.lang.java deleted because Google Groups complains that it cannot
be posted to.]

David Mathog wrote:
I'm looking for studies that objectively compare various languages to
measure the following attributes:

1. Ease of writing new code (better== faster, better==fewer bugs).
2. Ease of maintaining existing code.
3. Portability.
4. Time to learn language "adequately".
5. Speed of resulting code.

[snip]

All of these are still notoriously difficult to quantify and highly
situationally dependent. See the C++ FAQ for our standard answer:

http://www.parashift.com/c++-faq-lit...e.html#faq-6.5

Cheers! --M

Nov 15 '05 #2
David Mathog wrote:
I'm looking for studies that objectively compare various languages to
measure the following attributes:

1. Ease of writing new code (better== faster, better==fewer bugs).
2. Ease of maintaining existing code.
3. Portability.
4. Time to learn language "adequately".
5. Speed of resulting code.
... Please, nobody reply with "X is better than Y because..." - I'm not
looking for opinions, I'm searching for studies that objectively
demonstrate the differences between languages.


What you are asking for is impossible, because of the points you are
looking for. Points 1 and 4 depend of the programmer and their way of
thinking (type of education plays a major role here), point 5 depends on
the application and point 2 depends on the foresight and skills of the
original programmer. The only real comparison can be done for point 3.

Stavros
Nov 15 '05 #3


David Mathog wrote On 11/10/05 11:02,:
I'm looking for studies that objectively compare various languages to
measure the following attributes:

1. Ease of writing new code (better== faster, better==fewer bugs).
2. Ease of maintaining existing code.
3. Portability.
4. Time to learn language "adequately".
5. Speed of resulting code.


A CACM article from about, oh, maybe six years ago
compared C, C++, and Java on a couple of these measures.
Sorry for the imprecision of the reference.

--
Er*********@sun.com

Nov 15 '05 #4

"David Mathog" <ma****@caltech.edu> wrote
I'm looking for studies that objectively compare various languages to
measure the following attributes:

1. Ease of writing new code (better== faster, better==fewer bugs).
2. Ease of maintaining existing code.
3. Portability.
4. Time to learn language "adequately".
5. Speed of resulting code.

The last time I saw such a study was almost 10 years ago, compared only C
and Ada, and was found here:

http://www.rational.com/support/tech...c_and_ada.html

That URL is long dead but the contents are still available from the URL
via the wayback machine at http://www.archive.org.

Where are the recent equivalent studies?

Please, nobody reply with "X is better than Y because..." - I'm not
looking for opinions, I'm searching for studies that objectively
demonstrate the differences between languages.

It's very hard to come up with an objective metric.

For instance, for criterion 1, are you looking at university undergraduates,
programmers in fairly routine commercial systems type jobs, scientific
programmers, programmers for orgainisations like IBM?
If we choose the first, do we mean computer science graduates from top
universities, or are we talking about physicists and biologists who want to
do a little bit of programming as a supplement to their main interest?

Nov 15 '05 #5
On Thu, 10 Nov 2005 08:02:24 -0800, David Mathog <ma****@caltech.edu>
wrote in comp.lang.c:
I'm looking for studies that objectively compare various languages to
measure the following attributes:

1. Ease of writing new code (better== faster, better==fewer bugs).
2. Ease of maintaining existing code.
3. Portability.
4. Time to learn language "adequately".
5. Speed of resulting code.

The last time I saw such a study was almost 10 years ago, compared only
C and Ada, and was found here:

http://www.rational.com/support/tech...c_and_ada.html

That URL is long dead but the contents are still available from the URL
via the wayback machine at http://www.archive.org.

Where are the recent equivalent studies?

Please, nobody reply with "X is better than Y because..." - I'm not
looking for opinions, I'm searching for studies that objectively
demonstrate the differences between languages.

Thanks,


Learn how to use a proper signature line, please.

Your question is off-topic in all three groups that you cross-posted
it to. Language comparisons in language specific groups tend to
quickly degenerate into advocacy and flames. And of course, C++ and
Java are off-topic in comp.lang.c, Java at least is off-topic in
comp.lang.c++, etc.

If you are looking for a serious discussion I would suggest
comp.programming and comp.software.eng as your best candidates.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2831
by: j_mckitrick | last post by:
Hi all! I've heard good things about SmallTalk, and I read that the IDE is extremely productive. Why is this the case? What are the technical points where Python and SmallTalk differ? Is...
2
3333
by: David | last post by:
Anyone know of objective a survey of the development time and run-time considerations of PHP vs. ASP.NET vs JSP? Most arguments for one environment appear to be more on the personal level. ...
4
2954
by: David Mathog | last post by:
I'm looking for studies that objectively compare various languages to measure the following attributes: 1. Ease of writing new code (better== faster, better==fewer bugs). 2. Ease of...
1
1659
by: Tod Johnson | last post by:
Hello all, not so long I've found really strange bug in the .NET. It seems that Evidence that I've got from the current executing Assembly is somehow expired (it happens suddenly after about...
0
823
by: Tod Johnson | last post by:
Not so long I've found really strange bug in the .NET. It seems that Evidence that I've got from the current executing Assembly is somehow expired (it happens suddenly after about month) and Xslt...
3
1247
by: Ricky W. Hunt | last post by:
How does VB.NET determine comparing vs. assigning? For instance, if "checkbox1.checked = True" it only checks the value but leaves it as it whereas if you have "checkbox1.checked = True" by...
19
2620
by: Dennis | last post by:
I have a public variable in a class of type color declared as follows: public mycolor as color = color.Empty I want to check to see if the user has specified a color like; if mycolor =...
4
2674
by: richardkreidl | last post by:
How would I check to see if the current time(military format) is greater then 07:30AM and the day of the week is Monday-Friday. Pseudo code: If Current_Time > 07:30AM and Current_Day = Monday...
5
4502
by: saneman | last post by:
I have a function: int F(double a) { if (a = =1.0) { return 22; } return 44; }
4
9000
by: wayneface | last post by:
hey guys im quite new to programming and have been teaching myself c, ive come to the point where object orientated languages are calling to me but i can't decide weather to go onto objective - c or...
0
7072
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7271
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7319
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6979
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
4998
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1498
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
373
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.