First, two very important questions:
Is Computer Science the right course of study for prospective software developers?
I believe the answer to this question to be no.
I'm not convinced that an "engineering" discipline is the right track either, but certainly most CS grads are ill-prepared for industry and the time they spend in college is largely spent learning the wrong things.
Which is better for prospective software developers: a college degree or a trade-school degree?
Personally, I believe that a college education is far more worthwhile, even though colleges are ill-serving prospective developers (hands on experience at any level would be vastly superior to any sort of trade-school type developer degree).
Ironically, people are working very hard to make the CS degree even less worthwhile for developers. Rather than create a new course of study which educated students in software development fundamentals and theory (to be distinguished from computer science theory), colleges have been working very hard to lower their graduation standards and morph their programs into little more than trade-schools which turn out blub-programmers.
Finally, the most important question:
When fresh out of college, is it better to know a "marketable" language or to know the fundamentals well?
I'd say knowing the fundamentals will almost always serve you better long term. Though there's still the bootstrapping problem. You almost certainly want to have marketable skills right out of college. However, there's a question of whether it makes sense for a college degree program to impose upon all of its students a particular marketable skill. I would argue that this is the responsibility of the student and not the responsibility of the college, except in the case of a trade-school.
This leads to the natural conclusion that the programming languages taught in colleges should be those which best facilitated understanding fundamentals of computer science or software development, rather than marketability or practicality. I propose this set of languages:
- Assembly (for any processor, or even pseudo-assembly for a virtual processor)
- Lisp (or some other simple, functional language)
- Any good object oriented language (even smalltalk)