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

Survey Results

What programming languages should be taught in High School or above?

Survey period: 27 Oct 2014 to 3 Nov 2014

Choose all you think help teach the philosophy, design and patterns required for someone to truly understand programming.

OptionVotes% 
C#1,49254.91
C or C++1,53056.31
COBOL893.28
Haskell1324.86
Java1,00837.10
Javascript87432.17
MATLAB2147.88
Python62723.08
Ruby1917.03
Scheme682.50
Other37513.80
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralRe: A language actually suitable for teaching Pin
Philippe Mori29-Oct-14 16:57
Philippe Mori29-Oct-14 16:57 
GeneralRe: A language actually suitable for teaching Pin
adriancs29-Oct-14 23:57
mvaadriancs29-Oct-14 23:57 
GeneralModernisation if over-rated! Pin
Joezer BH28-Oct-14 6:23
professionalJoezer BH28-Oct-14 6:23 
Generalchose multiple Pin
Dennis E White28-Oct-14 5:20
professionalDennis E White28-Oct-14 5:20 
GeneralProgrammers need a solid foundation. Pin
David B Legg28-Oct-14 5:01
David B Legg28-Oct-14 5:01 
GeneralRe: Programmers need a solid foundation. Pin
Dan Sutton28-Oct-14 7:46
Dan Sutton28-Oct-14 7:46 
GeneralRe: Programmers need a solid foundation. Pin
David B Legg28-Oct-14 9:52
David B Legg28-Oct-14 9:52 
GeneralRe: Programmers need a solid foundation. Pin
Dan Sutton28-Oct-14 10:32
Dan Sutton28-Oct-14 10:32 
Hmmm... well, Java's OK at first, but then you start having to make so many concessions to the virtual machine, then trying to figure out why it doesn't work half the time: to me, it comes under the heading of one of those bitty languages which is only half there...

Pascal was designed specifically for teaching, and is thus amazingly less write-only than most languages: Borland got hold of it in the early '80s and added object orientation; it then morphed into Delphi in the '90s, and became event-driven and so on; finally, it became a .Net-aware thing... so you really can go all the way from the 1960s to today with it.

For me, anyway, if you're going to teach programming then you should be teaching programming, not teaching all about why a machine doesn't work, and which excuse to use at any given point for why you have to do [this inexplicable thing] when you want to do [that]; Pascal is very good at avoiding all that nonsense by being a pure, beautiful language which doesn't require a framework behind it (until you get to the Windows/.Net implementations of Delphi - at which point you should be pretty good at it already). So if you want to teach programming as a skill involving designing algorithms and representing them as programs, then there really isn't a much better place to start.

These days, though, Pascal is useless as a career skill (unless you find yourself somewhere which insists on using Delphi); I guess the real question is how long you want to take to learn to program: do you want to do it properly, or do you want to do it so you can make money very quickly?

I was lucky: I started early (the late '70s) -- so I had the luxury of being around at a time when languages like Pascal and Forth were used for real applications: I even got to write a few systems in pure assembly language -- that just doesn't happen any more. I feel sorry for new programmers today: they have to start at the end, and then try to find time to develop the interest to work backwards.
GeneralPython is flexible Pin
s-ort28-Oct-14 1:57
s-ort28-Oct-14 1:57 
GeneralWhy is COBOL so low? Pin
Dominic Burford28-Oct-14 1:09
professionalDominic Burford28-Oct-14 1:09 
GeneralRe: Why is COBOL so low? Pin
Rob Philpott28-Oct-14 3:16
Rob Philpott28-Oct-14 3:16 
GeneralRe: Why is COBOL so low? Pin
Dominic Burford28-Oct-14 3:34
professionalDominic Burford28-Oct-14 3:34 
GeneralRe: Why is COBOL so low? Pin
Rob Philpott28-Oct-14 4:03
Rob Philpott28-Oct-14 4:03 
GeneralRe: Why is COBOL so low? Pin
Dominic Burford28-Oct-14 4:11
professionalDominic Burford28-Oct-14 4:11 
GeneralRe: Why is COBOL so low? Pin
Rob Philpott28-Oct-14 4:51
Rob Philpott28-Oct-14 4:51 
GeneralRe: Why is COBOL so low? Pin
Dominic Burford28-Oct-14 5:17
professionalDominic Burford28-Oct-14 5:17 
GeneralC++ has it all Pin
KarstenK27-Oct-14 23:52
mveKarstenK27-Oct-14 23:52 
GeneralRe: C++ has it all Pin
Rally2xs28-Oct-14 2:24
Rally2xs28-Oct-14 2:24 
GeneralWhatever it is, it should be based on the web development. Pin
CockroachCoader27-Oct-14 23:22
CockroachCoader27-Oct-14 23:22 
GeneralRe: Whatever it is, it should be based on the web development. Pin
adriancs29-Oct-14 1:27
mvaadriancs29-Oct-14 1:27 
GeneralOther - None PinPopular
Kornfeld Eliyahu Peter27-Oct-14 22:00
professionalKornfeld Eliyahu Peter27-Oct-14 22:00 
GeneralRe: Other - None Pin
NedPat28-Oct-14 3:27
NedPat28-Oct-14 3:27 
GeneralRe: Other - None Pin
nocturns228-Oct-14 3:45
nocturns228-Oct-14 3:45 
GeneralOther Pin
G3ZHX27-Oct-14 11:57
G3ZHX27-Oct-14 11:57 
GeneralDos ! Pin
Swinkaran27-Oct-14 10:43
professionalSwinkaran27-Oct-14 10:43 

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.