Click here to Skip to main content
15,903,362 members

Survey Results

Should we move to a single programming language?   [Edit]

Survey period: 13 Apr 2009 to 20 Apr 2009

Should we as an industry move towards a single programming language with enough features to cover all programming requirements?

OptionVotes% 
There should be a single language1107.46
We should work towards far fewer languages75751.32
It should stay as it is now45330.71
We need more languages (or current languages split into specific tailored versions)15510.51



 
AnswerRe: Real programmers can write Fortran in any language Pin
Craig_B13-Apr-09 8:53
Craig_B13-Apr-09 8:53 
GeneralOr... Pin
DiscoJimmy13-Apr-09 5:36
DiscoJimmy13-Apr-09 5:36 
GeneralMessage Removed Pin
13-Apr-09 11:28
professionalN_tro_P13-Apr-09 11:28 
GeneralRe: Or... Pin
ely_bob13-Apr-09 17:49
professionalely_bob13-Apr-09 17:49 
GeneralRe: Or... Pin
CurtainDog15-Apr-09 1:08
CurtainDog15-Apr-09 1:08 
GeneralRe: Or... Pin
ely_bob15-Apr-09 5:45
professionalely_bob15-Apr-09 5:45 
GeneralNot a new idea though Pin
Rob Grainger13-Apr-09 22:47
Rob Grainger13-Apr-09 22:47 
GeneralRe: Not a new idea though Pin
DiscoJimmy14-Apr-09 4:20
DiscoJimmy14-Apr-09 4:20 
Yeah, I first thought of this when dealing with a source control issue a while back. A colleague of mine and I were frustrated with the way source control packages merge the code. Ours lets you use any third party merge tool you want, and we lean towards Winmerge or P4Merge by Perforce. Both are free and both have their strengths, but issues still come up; namely that Visual Studio/Resharper will often reformat you code for you when add a closing brace to a block in C#. The way it moves the code around and sometimes spans it over several lines, there's no way a text editor can tell that the two blocks of text are 'functionally equivalent' in C#.

So we thought it would be cool if there were a merge tool that had knowledge of C#, and wouldn't display a reformatting as a difference, allowing the developer to concentrate on the real changes. From there we made the leap to say 'why can't the IDE just display a block of code one way for one developer, and another way for another developer, depending on user options?' Because they would compile to the same IL anyway. And maybe this idea could extend from styles out to languages.

Of course the parser and IDE will have to get really smart for this to work.
GeneralThere is a reason we have so many languages... PinPopular
Ed Leighton-Dick13-Apr-09 4:12
Ed Leighton-Dick13-Apr-09 4:12 
GeneralRe: There is a reason we have so many languages... PinPopular
dmjm-h13-Apr-09 10:59
dmjm-h13-Apr-09 10:59 
GeneralMessage Removed Pin
13-Apr-09 11:38
professionalN_tro_P13-Apr-09 11:38 
GeneralRe: There is a reason we have so many languages... Pin
John M. Drescher13-Apr-09 11:45
John M. Drescher13-Apr-09 11:45 
GeneralRe: There is a reason we have so many languages... Pin
ely_bob13-Apr-09 18:05
professionalely_bob13-Apr-09 18:05 
GeneralFewer languages, but not a single one PinPopular
Nemanja Trifunovic13-Apr-09 4:03
Nemanja Trifunovic13-Apr-09 4:03 
GeneralRe: Fewer languages, but not a single one Pin
Kamarey13-Apr-09 5:09
Kamarey13-Apr-09 5:09 
GeneralRe: Fewer languages, but not a single one Pin
Shog913-Apr-09 5:13
sitebuilderShog913-Apr-09 5:13 
GeneralRe: Fewer languages, but not a single one Pin
Rama Krishna Vavilala13-Apr-09 5:19
Rama Krishna Vavilala13-Apr-09 5:19 
GeneralRe: Fewer languages, but not a single one Pin
Shog913-Apr-09 5:24
sitebuilderShog913-Apr-09 5:24 
GeneralRe: Fewer languages, but not a single one Pin
Kamarey13-Apr-09 5:43
Kamarey13-Apr-09 5:43 
GeneralRe: Fewer languages, but not a single one Pin
Shog913-Apr-09 5:45
sitebuilderShog913-Apr-09 5:45 
GeneralRe: Fewer languages, but not a single one Pin
Nemanja Trifunovic13-Apr-09 5:34
Nemanja Trifunovic13-Apr-09 5:34 
GeneralRe: Fewer languages, but not a single one Pin
Mladen Janković13-Apr-09 14:47
Mladen Janković13-Apr-09 14:47 
General"Fewer languages" can't happen Pin
PIEBALDconsult13-Apr-09 3:59
mvePIEBALDconsult13-Apr-09 3:59 
GeneralRe: "Fewer languages" can't happen Pin
Rob Grainger13-Apr-09 22:51
Rob Grainger13-Apr-09 22:51 
GeneralIt won't happen nor is it neccesary Pin
SimonRigby13-Apr-09 3:56
SimonRigby13-Apr-09 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.