Stories
Slash Boxes
Comments

SoylentNews is people

posted by n1 on Thursday May 01 2014, @05:43AM   Printer-friendly
from the 50-print-happy-birthday-55-goto-50 dept.

from dartmouth.edu

At 4 a.m. on May 1, 1964, in the basement of College Hall, Professor John Kemeny and a student programmer simultaneously typed RUN on neighboring terminals. When they both got back correct answers to their simple programs, time-sharing and BASIC were born. Those innovations made computing accessible to all Dartmouth students and faculty, and soon after, to people across the nation and the world.

Dartmouth's BASIC at 50 anniversary celebration was held yesterday, which included the public premier of a documentary on the history and impact of BASIC.

 
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: 0) by Anonymous Coward on Friday May 02 2014, @01:26AM

    by Anonymous Coward on Friday May 02 2014, @01:26AM (#38713)

    Learned these among others progamming languages.

    My first Pascal program was clumsily done as an ersatz BASIC program thanks to Pascal's 'goto' statement.

    After a bit, I learned structured program and never looked back since.

    Learning assembler made it possible to write efficient code at will in assorted HLLs like C and its variants

    Now glad to use C# where Microsoft swept most of the tasks requiring lines and lines of C/C++ into a C# library call like the File.Copy method.