473,403 Members | 2,354 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

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 10 '05 #1
4 2951
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 10 '05 #2


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 10 '05 #3

"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 10 '05 #4
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 11 '05 #5

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

Similar topics

7
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
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. ...
5
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
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
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
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
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
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...
4
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...

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.