JavaScript’s rise to prominence continues as it becomes the new introductory language for Computer Science at Stanford.

The content of the course will be CC-licensed soon, but for now can be seen at the course’s site.  Lectures include:

 

5 Responses to “Stanford Adopts JavaScript for CS101”

  1. Woot, err, I mean document.write(‘Woot!’), err., I mean, var woot=’Woot!’;document.write(woot); I passed Homework 1: Problem 1 with:

    var x = ‘Easy does it.’;
    var spacer = ‘ ‘;
    var br = ‘<br />’;
    document.write(x+br);
    document.write(x+spacer+x+br);
    document.write(x+spacer+x+spacer+x+br);

  2. I'd love to get the Stanford faculty's reasoning behind this choice. A careful look at the syllabus reveals that at it's root the course is really not much different than any other basic programming course, albeit a bit skewed toward client-server-l​ike web development. So why Javascript? My guess is that they said, "since it really doesn't matter what decent language we choose, why not pick one with a little glitz and glamour."

  3. Aha! In Hacker News: "This course is not the first CS course that most Stanford students (who take a CS course) take– that's CS106A, which is based on Java. This CS101 class is a small, recent addition aimed at people in non-technical majors. I believe there's only one class of ~30 people, taught by Nick Parlante."

  4. It sounds like Stanford's rationale for considering JavaScript for an introductory programming course is similar to the U-Me New Media Department's baseline language proposal. I think the difference is that UMaine's JavaScript initiative aims to go beyond simply introducing programming to "non-technical"​ majors. Instead the goal is leverage JavaScript's ubiquity–the fact that you can use it in platforms as diverse as the Web, arduino, and Photoshop–to integrate programming into creative fields in which it is currently underused.

  5. I buy that… the interesting thing about A language is not only it's programming constructs that facilitate basic procedural problem solving, but also it's contribution to helping learn about issues such as GUI development, architectural concerns, databases, networks, etc. I've always thought VB was useful in that it gave students a relatively painless introduction to event driven applications and GUIs. Javascript is useful in that same way, more so when combined with it's companion tools. Combined with the other Ajax toolset and you have a framework for looking at many of the critical issues mentioned above.

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 
© 2011 UMaine NMDNet Suffusion theme by Sayontan Sinha

Bad Behavior has blocked 463 access attempts in the last 7 days.