โŒ

Normal view

There are new articles available, click to refresh the page.
Before yesterdayMain stream

10 PRINT "HELLO METAFILTER"; 20 GOTO 10

By: hanov3r
3 May 2024 at 12:25
For many people, the first time they tried to take control of a computer centered around learning to program in BASIC (Beginner's All-purpose Symbolic Instruction Code), a simple, interpreted programming language designed around easily-understandable keywords and syntax. BASIC turned 60 a couple of days ago, so find one of the many online BASIC interpreters and write yourself a little bit of history.

The BASIC programming language turns 60

1 May 2024 at 12:17
Part of the cover illustration from

Enlarge / Part of the cover illustration from "The Applesoft Tutorial" BASIC manual that shipped with the Apple II computer starting in 1981. (credit: Apple, Inc.)

Sixty years ago, on May 1, 1964, at 4 am in the morning, a quiet revolution in computing began at Dartmouth College. That's when mathematicians John G. Kemeny and Thomas E. Kurtz successfully ran the first program written in their newly developed BASIC (Beginner's All-Purpose Symbolic Instruction Code) programming language on the college's General Electric GE-225 mainframe.

Little did they know that their creation would go on to democratize computing and inspire generations of programmers over the next six decades.

What is BASIC?

In its most traditional form, BASIC is an interpreted programming language that runs line by line, with line numbers. A typical program might look something like this:

Read 13 remaining paragraphs | Comments

โŒ
โŒ