473,657 Members | 2,832 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 10 '05 #1
4 2962
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.programmin g and comp.software.e ng 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.l earn.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
2834
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 SmallTalk really faster than Python? I tried Objective-C, but eventually dropped it for lack of support and the need to use NS-type classes to do anything productive. Python's built in containers and types are so much more concise. But if
2
3347
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. Thanks P.S. I guess I would like to see a test app given to three programmers with 1-2 years in their specific environment and see the time taken to
5
370
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 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
1
1665
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 month) and Xslt Transformation stop working at all for the whole AppDomain until I restart it. Am I using "this.GetType().Assembly.Evidence" incorrectly? Here is the code snippet:
0
832
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 Transformation stop working at all for the whole AppDomain until I restart it. Am I using "this.GetType().Assembly.Evidence" incorrectly? And another question is what if I pass Evidence that I've created using CreateEvidenceForUrl(@"my working...
3
1261
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 itself it changes the value. Is that correct? I believe in C you have a "=" and a "= =", one for assigning and one for comparing. Am I understanding VB.NET correctly?
19
2643
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 = Color.Empty then..... or if mycolor is Color.Empty then .......
4
2679
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 or Current_Day = Tuesday _ or Current_Day = Wednesday or Current_Day = Thursday or Current_Day = Friday then
4
9014
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 c++ i own both a new mac and a windows vista pc. iv'e been doin all my c stuff on xcode on my mac so the obvious path seems to be objective - c but i dont wanna make the wrong decsision, what should i do?
0
8303
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8821
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7316
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
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 we have to send another system
2
1941
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.