History

May 1

In 1964, the computer programming language BASIC (Beginner’s All-Purpose Symbolic Instruction Code) was created by Dartmouth College professors John G. Kemeny and Thomas E. Kurtz.

-from AP

4 Likes

1984 (with 13 years) i got my Commodore C64 with 0,985 MHz CPU and build in Basic :slight_smile:

and this must have
https://ar.c64.org/wiki/Action_Replay

3 Likes

One way for a single computer model to sell record numbers is to never have an upgrade model to encroach on sales of the first.

It is not a good long-term strategy for the company however.

1 Like

That was just a print and run era.

]10 PRINT "HELLO"

I started on a Commodore VIC20, the predecessor to the C64. :man_white_haired:

2 Likes

OK, this is a better one:

10 PRINT "WHAT IS YOUR NAME?"
20 INPUT N$
30 PRINT "HELLO, ";N$

2005 i started my own C64 Emulator :exploding_head: but i failed at SBC command :frowning:
grafik

OK, this is a better one:

:joy: true.

You forgot 1 line

40 GOTO 10

:wink: