Click here to Skip to main content
15,889,116 members

Survey Results

What is the best starting language for a new developer?   [Edit]

Survey period: 7 Apr 2008 to 14 Apr 2008

Some developers start with scripting and move to high level languages, while other start with ASM and continue from there. What do you think is best way to start? (Suggested by Christiaan Rakowski)

OptionVotes% 
Assembler (any flavour)512.43
C30614.59
C++28713.68
C# / Java69633.17
Lisp150.71
Pascal / Modula / Delphi1266.01
Python361.72
VBScript241.14
Visual Basic26912.82
The first language will depend on what area the developer will want to work24111.49

View optional text answers (93 answers)


 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 5:51
chaiguy13377-Apr-08 5:51 
GeneralRe: Sacrilege! Pin
leonej_dt7-Apr-08 6:24
leonej_dt7-Apr-08 6:24 
GeneralRe: Sacrilege! [modified] Pin
chaiguy13377-Apr-08 6:37
chaiguy13377-Apr-08 6:37 
GeneralRe: Sacrilege! Pin
leonej_dt7-Apr-08 7:35
leonej_dt7-Apr-08 7:35 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 10:02
chaiguy13377-Apr-08 10:02 
GeneralRe: Sacrilege! Pin
leonej_dt7-Apr-08 10:43
leonej_dt7-Apr-08 10:43 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 10:49
chaiguy13377-Apr-08 10:49 
GeneralRe: Sacrilege! Pin
chaiguy13379-Apr-08 17:44
chaiguy13379-Apr-08 17:44 
Ahhh, so the big difference (in my mind at least) is that templates are compile-time "specialized", while generics are run-time specialized. This means that with templates and C++ you can basically treat the type parameter as whatever you want, and the compiler will tell you if you can't do it.

With generics and C#, there is no such freedom because you must specify all of your constraints up-front (since generics are specializable at runtime and therefore must be able to accept any compatible type, not just the ones you happen to use).

Now that I remember a little, I did like that about C++, and it is one thing I find particularly annoying about C#, so thanks for clarifying that for me.

Logan

“Time and space can be a bitch.”
–Gushie, Quantum Leap

{o,o}.oO( Looking for a great RSS reader? Try FeedBeast! )
|)””’)            Built with home-grown CodeProject components!
-”-”-

GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 6:41
chaiguy13377-Apr-08 6:41 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 6:47
chaiguy13377-Apr-08 6:47 
GeneralRe: Sacrilege! Pin
leonej_dt7-Apr-08 7:37
leonej_dt7-Apr-08 7:37 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 7:42
chaiguy13377-Apr-08 7:42 
GeneralRe: Sacrilege! Pin
PIEBALDconsult7-Apr-08 14:00
mvePIEBALDconsult7-Apr-08 14:00 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 14:11
chaiguy13377-Apr-08 14:11 
GeneralRe: Sacrilege! Pin
PIEBALDconsult7-Apr-08 14:15
mvePIEBALDconsult7-Apr-08 14:15 
AnswerRe: Sacrilege! Pin
SalarSoft6-Apr-08 19:53
SalarSoft6-Apr-08 19:53 
GeneralRe: Sacrilege! Pin
leonej_dt6-Apr-08 20:03
leonej_dt6-Apr-08 20:03 
GeneralRe: Sacrilege! Pin
gygabyte7-Apr-08 1:54
gygabyte7-Apr-08 1:54 
GeneralRe: Sacrilege! Pin
chaiguy13377-Apr-08 4:16
chaiguy13377-Apr-08 4:16 
GeneralRe: Sacrilege! Pin
leonej_dt7-Apr-08 4:50
leonej_dt7-Apr-08 4:50 
GeneralRe: Sacrilege! Pin
gygabyte7-Apr-08 6:09
gygabyte7-Apr-08 6:09 
GeneralRe: Sacrilege! Pin
leonej_dt7-Apr-08 6:34
leonej_dt7-Apr-08 6:34 
GeneralRe: Sacrilege! Pin
gygabyte7-Apr-08 7:01
gygabyte7-Apr-08 7:01 
GeneralRe: Sacrilege! Pin
harold aptroot6-Apr-08 20:56
harold aptroot6-Apr-08 20:56 
GeneralRe: Sacrilege! Pin
ed welch6-Apr-08 21:26
ed welch6-Apr-08 21:26 

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.