Forgot your password?

typodupeerror

Submission Summary: 0 pending, 1 declined, 1 accepted (2 total, 50.00% accepted)

Java

Java 6 Update 12 Will Have 64-bit Browser Plugin

Submitted by Keyper7
Keyper7 writes "The twelfth update of Java 6, scheduled for release in February but already available for early access, includes a long-awaited browser plugin in the 64-bit version. This closes a 6-year bug with more than 800 votes and, along with the 64-bit Flash plugin recently released by Adobe, leaves little or no reason for workarounds like using a 32-bit browser or installing nspluginwrapper in 64-bit operating systems."
Programming

Best paradigm for a first programming course?

Submitted by Keyper7
Keyper7 writes "The first programming course I had during my computer science graduation, aptly named "Introduction to Programming", was given in C because its focus was on imperative programming. A little before I graduated, though, it was decided that it would change to object-oriented programming with Java. I must emphasize that such change was not made because of any hype about Java or to dumb down the course: back then and nowadays, it's given by good Java programmers who try to teach good practices and do not encourage excessive reliance on libraries. But the practices taught are not paradigm-independent, and this sparkled a discussion that continues until today: which paradigm is more adequate to introduce programming? Besides imperative and object-oriented, I know teachers who firmly believe that functional programming is the best choice. I'm interested in language-independent opinions that slashdotters might have on this matter. Which paradigm is good to introduce programming while keeping a freshman's mind free enough for him to learn other paradigms afterwards?"

In Hollywood, if you don't have happiness, you send out for it. -- Rex Reed

Working...