Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Profession (Asimov) (Score 5, Insightful) 128

Asimov's "Profession" is one of my favorites. I teach Computer Science at a 4 year university, and my goal is to teach skills that transcend a particular technology/language/API, while at the same time being relevant to current developments. As a student, you are pretty much out of luck, but as an instructor it takes a lot of effort to resolve the tension between timely and timeless content.

Comment What to learn first (Score 1) 794

For a scientist, FORTRAN is still a valuable skill since there are so many libraries and applications that represent many years worth of development to draw from. Plus it is efficient, etc.

The question here is what is the best way to introduce students as a first exposure to programming. FORTRAN has many quirks so it is debatable whether it is really the best language to learn first. You can write truly horrible code in FORTRAN, but that is true to some extent of all languages, although Python does make it harder.

On balance, if students are taught a modern dialect of FORTRAN and the instructor stresses good programming practices, it remains a good way to introduce students to solving a problem numerically and of getting the job done for people who may not code for a living.

The Internet

Submission + - World Series ticket sales overwhelms servers

vlakkies writes: "The Colorado Rockies Major League Baseball team decided to only sell tickets for the World Series games at Coors Field online. As a result of overwhelming interest, the ticket vendor Paciolan experienced a system meltdown resulting in a suspension of all ticket sales."

Slashdot Top Deals

"Buy land. They've stopped making it." -- Mark Twain

Working...