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: 2) by umafuckitt on Thursday May 01 2014, @01:00PM

    by umafuckitt (20) on Thursday May 01 2014, @01:00PM (#38466)

    One thing I feel makes a good first stepping stone is learning to write C or C++ for an Arduino. The reference page [arduino.cc] is well designed and the example programs show you how to use the syntax. It's exciting for beginners to see their code effecting something in the real world, rather than just print stuff to the terminal. The Arduino guys have gone to some lengths to hide stuff like pointers and function declarations, so it's easy to get started. For those who are interested, it's not hard to graduate to "real" C or C++ without the Arduino training wheels.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 1) by BasilBrush on Thursday May 01 2014, @02:24PM

    by BasilBrush (3994) on Thursday May 01 2014, @02:24PM (#38494)

    Even better are boards based on the Parallax Propeller. There's a dedicated language called SPIN that's very BASIC like whilst also providing very nice low level bit twiddling opportunities. And at a more advanced level, the best introduction to parallel programming anywhere, with a simple to use 32 bit ASM.

    --
    Hurrah! Quoting works now!
    • (Score: 2) by umafuckitt on Thursday May 01 2014, @02:39PM

      by umafuckitt (20) on Thursday May 01 2014, @02:39PM (#38501)

      Ah, I see, the multiple cores look interesting. Personally I have no desire to learn another language right now, it's good to see they have a C and C++ compiler. Maybe I'll buy one and have a play with it.