Click here to Skip to main content
15,892,005 members

Survey Results

What would you recommend someone learn as their first programming language?

Survey period: 12 Jul 2015 to 26 Jul 2015

Let's assume you like the person and wish them no harm.

OptionVotes% 
C47620.05
C++28011.79
C#73931.13
Java2128.93
Javascript1496.28
Objective-C or Swift100.42
Pascal / Modula / Delphi883.71
PHP522.19
VB / VB.NET2018.47
Something else1677.03



 
GeneralDepends on what they are going to do with it. Pin
greldak13-Jul-15 22:24
greldak13-Jul-15 22:24 
GeneralIt depends Pin
Rosenne13-Jul-15 21:55
Rosenne13-Jul-15 21:55 
GeneralC++ PinPopular
Daniel Pfeffer13-Jul-15 21:51
professionalDaniel Pfeffer13-Jul-15 21:51 
GeneralRe: C++ Pin
W Balboos, GHB14-Jul-15 1:31
W Balboos, GHB14-Jul-15 1:31 
GeneralNo python in the list??? You are guilty. PinPopular
pasztorpisti13-Jul-15 21:14
pasztorpisti13-Jul-15 21:14 
GeneralRe: No python in the list??? You are guilty. Pin
den2k8813-Jul-15 22:19
professionalden2k8813-Jul-15 22:19 
GeneralRe: No python in the list??? You are guilty. Pin
pasztorpisti13-Jul-15 23:52
pasztorpisti13-Jul-15 23:52 
GeneralRe: No python in the list??? You are guilty. Pin
r_hyde14-Jul-15 9:09
r_hyde14-Jul-15 9:09 
I disagree. Python is a great didactic language, for a number of reasons:
  • it is available on just about any platform
  • it requires very little tooling to get up and running
  • it has elements of both functional and object-oriented programming
  • it comes with a REPL, which makes it easy to get started doing small exercises
  • it has a massive and active community, so it's easy to get questions answered
  • it has minimal ceremony, which makes it quite readable (especially for the kind of simple cases that a beginner will be exposed to)
  • there is no need to fuss about with a compiler
On that last point, I grant that learning and understanding how to work with a compiler is a necessary part of an education in programming, but it is IMO a more advanced topic than the basic I/O, control flow, etc. that are most useful to start out with when learning programming. It can also be frustrating, as a beginner, to have to fight through compiler errors before you can see your program do something (even if that something is a runtime error--a distinction without much of a difference to the more experienced programmer, but it can make a significant difference to the beginner).

I would never suggest that Python is the only language to teach with, or even that it is the best one. But to say that there's nothing good in it is just absurd!
GeneralRe: No python in the list??? You are guilty. Pin
pasztorpisti14-Jul-15 12:58
pasztorpisti14-Jul-15 12:58 
GeneralC, but... Pin
Kornfeld Eliyahu Peter13-Jul-15 20:45
professionalKornfeld Eliyahu Peter13-Jul-15 20:45 
GeneralIndirect(ion) PinPopular
W Balboos, GHB13-Jul-15 8:33
W Balboos, GHB13-Jul-15 8:33 
GeneralRe: Indirect(ion) Pin
den2k8813-Jul-15 11:08
professionalden2k8813-Jul-15 11:08 
GeneralRe: Indirect(ion) Pin
W Balboos, GHB14-Jul-15 1:19
W Balboos, GHB14-Jul-15 1:19 
GeneralI picked javascript PinPopular
jkirkerx13-Jul-15 6:54
professionaljkirkerx13-Jul-15 6:54 
GeneralRe: I picked javascript Pin
SoMad13-Jul-15 21:15
professionalSoMad13-Jul-15 21:15 
Generalit all depends Pin
Dennis E White13-Jul-15 5:28
professionalDennis E White13-Jul-15 5:28 
GeneralProgramming isn't so much about language... Pin
Sander Rossel13-Jul-15 5:03
professionalSander Rossel13-Jul-15 5:03 
GeneralRe: Programming isn't so much about language... Pin
Kevin McFarlane14-Jul-15 6:19
Kevin McFarlane14-Jul-15 6:19 
GeneralFortran on punch cards Pin
Graham Wilson13-Jul-15 4:12
Graham Wilson13-Jul-15 4:12 
GeneralRe: Fortran on punch cards Pin
den2k8813-Jul-15 5:41
professionalden2k8813-Jul-15 5:41 
GeneralRe: Fortran on punch cards Pin
  Forogar  13-Jul-15 6:02
professional  Forogar  13-Jul-15 6:02 
GeneralRe: Fortran on punch cards Pin
NotUnique14-Jul-15 6:51
professionalNotUnique14-Jul-15 6:51 
GeneralRe: Fortran on punch cards Pin
  Forogar  15-Jul-15 6:26
professional  Forogar  15-Jul-15 6:26 
GeneralRe: Fortran on punch cards Pin
Graham Wilson13-Jul-15 6:24
Graham Wilson13-Jul-15 6:24 
GeneralRe: Fortran on punch cards Pin
den2k8813-Jul-15 6:40
professionalden2k8813-Jul-15 6:40 

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.