Students who start by learning Javascript won't learn solid principals.
Stanford dumps java as intro language
21–30 of 50 posts
Re: Stanford dumps java as intro language
#22Earlier quoted context omitted.
Disagree, I think it is the exact opposite. I say that as someone who did their CS education in the early 90s when that was the case. We used C for everything unless the class material implied something else. We got into the down and dirty details quite fast. IMO that's the wrong way to do it. Using myself as an example it took me far longer to learn things like data structures than it should have. Why? Because I sti…
I keep hearing that people have (or had) trouble understanding pointers. As someone who has never had that problem or met such a person, I am struggling to understand why...
Re: Stanford dumps java as intro language
#23Re: Stanford dumps java as intro language
#24Just curious, has anyone ever heard off choosing to teach something like bash / PowerShell? It might seem less intimidating than downloading a lot of stuff and students can play around with stuff already in their computer. Hell, maybe even something like VBA (as much we might dislike it) since non-majors will likely encounter it in MS Office anyway.
Re: Stanford dumps java as intro language
#25I'd say Python would've been the 'safe' and 'sane' choice, but maybe it's just my bias against Java and JavaScript talking. Just curious, has anyone ever heard off choosing to teach something like bash / PowerShell? It might seem less intimidating than downloading a lot of stuff and students can play around with stuff already in their computer. Hell, maybe even something like VBA (as much we might dislike it) since n…
While the coding itself was relatively smooth, we spent a majority of our time consolidation which Python version works with which packages and how to create code that can be executed by computers that use Python 2 vs Python 3. Some people had to use packages that only worked with P2, others only worked with P3.
There's still not really a solution for this. We'll probably just switch to Julia once it gets enough support in areas we need..
So I disagree, Python is actually not a good language for beginners. The language is great but the ecosystem can be extremely frustrating.
Re: Stanford dumps java as intro language
#26I've TA'd all of Stanford's intro programming classes, including the first course in programming CS 106A, so a few things: - unlike a lot of other schools, CS 106A is mostly taken by non-majors (90-something percent of undergrads take at least one CS course before graduation, and for non-majors that means 106A) - the follow up course, 106B, is in C++ and focuses on OOP, pointers, memory, data structures, etc. - 106J…
Re: Stanford dumps java as intro language
#27Students who start by learning Java will learn solid principals which may be applied to Javascript (or any other language). Students who start by learning Javascript won't learn solid principals.
Re: Stanford dumps java as intro language
#28Javascript, really? Why not Python?
JS is the new lingua franca, what C used to be. And unlike C it is easy to get started programming in it. Thus a good choice for an intro language if you ask me.
Do you need to know all of the corner cases in order to write a simple script? No. But good luck trying to get someone to debug a JS program without a solid foundation. JS is a pedagogical disaster.
Re: Stanford dumps java as intro language
#29I've TA'd all of Stanford's intro programming classes, including the first course in programming CS 106A, so a few things: - unlike a lot of other schools, CS 106A is mostly taken by non-majors (90-something percent of undergrads take at least one CS course before graduation, and for non-majors that means 106A) - the follow up course, 106B, is in C++ and focuses on OOP, pointers, memory, data structures, etc. - 106J…
Thanks for the insight. With your experience, what would be a good language for non-majors so that they can make use of their experience later? Python, Go, C?
Re: Stanford dumps java as intro language
#30Earlier quoted context omitted.
Disagree, I think it is the exact opposite. I say that as someone who did their CS education in the early 90s when that was the case. We used C for everything unless the class material implied something else. We got into the down and dirty details quite fast. IMO that's the wrong way to do it. Using myself as an example it took me far longer to learn things like data structures than it should have. Why? Because I sti…
I keep hearing that people have (or had) trouble understanding pointers. As someone who has never had that problem or met such a person, I am struggling to understand why...