Forgot your password?

typodupeerror

Comment: Re:BASIC (Score 1) 709

by JohnnyLocust (#34700346) Attached to: Why Teach Programming With BASIC?

10 INPUT "Who is poster?";A$ 20 IF A$="plover" PRINT $A;" is a jerk" else 30 30 PRINT A$;" is not a jerk"

There are literally millions of programmers that cut their teeth on little 16K machines with basic in ROM. It stopped nobody from going on to OO languages. Dykstra was wrong.

-- BMO

I've met countless people over the years who say they started programming in basic on 16k machines, and NEVER made it to OO languages. For some, they lost interest, but others simply weren't able to make the jump from spaghetti code to structured programming, much less OO.

Comment: Re:Even more important: "None" (Score 1) 763

by JohnnyLocust (#34575458) Attached to: OS I'd Most Like To See Make a Comeback

Computing in what my son calls "the olden days" was huge fun. Though not as productive as it is today. For certain values of "productive". Back in the old days you could write a graphing program with a couple of for loops and a plot command. Now there's all sorts of hoops you have to jump through to simply open up a window.

True. But what if you want to run TWO graphing programs at the same time?

Pushing 30 is exercise enough.

Working...