Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Monday June 17 2019, @08:55PM   Printer-friendly
from the ?EXTRA⠀IGNORED dept.

New Hampshire Installs First Historical Marker to Honor Computer Programming:

New Hampshire has installed what appears to be the first historical highway marker honoring computer programming, according to the Concord Monitor. The new sign honors BASIC, Beginner’s All-purpose Symbolic Instruction Code, a programming language that was invented at Dartmouth College in 1964.

The sign came about after Concord Monitor journalist David Brooks noted in a column that the state’s 255 historical markers honored things like bridges and historical figures, but that there was “distressingly little celebration of New Hampshire’s technical and scientific accomplishments.” He went on to advocate for the state to install a sign for BASIC and the Dartmouth Time-Sharing System — a precursor to the internet. “They matter at least as much as a covered bridge,” Brooks wrote.

Two mathematicians developed the language: John G. Kemeny, and Thomas E. Kurtz, who wanted to create an easily-accessible programming language for students, and Brooks notes that BASIC “has probably has done more to introduce more people to computer programming than anything ever created.”

Thanks to their efforts, your humble scribe was first able to attempt his hand at programming back oh so many years ago. BASIC whetted my appetite and from there I learned Pascal, FORTRAN, COBOL, and a whole host of other languages and assemblers. How many other Soylentils "cut their teeth" on BASIC and where did it lead you?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1, Funny) by Anonymous Coward on Tuesday June 18 2019, @02:07AM

    by Anonymous Coward on Tuesday June 18 2019, @02:07AM (#856870)

    When I was young I used to go into Tandy stores, type into the basic interpreters they had running on their demo TRS-80's, then watch from a distance. (I don't remember the exact numbers so you will have to substitute the italics) :

    10 For x = 1 to 10000
    20 Next x
    30 For y = 1 to 1000
    40 A = Rand * 255
    50 B = ( Rand * (amount of screen memory)) + (start value of screen memory)
    60 Poke (B,A)
    70 Next z
    80 Goto 30

    This would wait for about a minute, then draw crap all over the screen until someone typed Ctrl-C to stop it. If one of the Tandy salesdroids had been annoying me, I would add this in instead of line 80 :

    80 For z = 1 to 1000
    90 A = Rand * 255
    100 B = Rand * (total amount of memory)
    110 Poke (B,A)
    120 Next z
    130 GOTO 30

    Probably get you arrested under CFAA these days.

    Starting Score:    0  points
    Moderation   +1  
       Funny=1, Total=1
    Extra 'Funny' Modifier   0  

    Total Score:   1