Questions Concepts
GitHub icon

Dartmouth BASIC

Dartmouth BASIC - Programming language

< >

Dartmouth BASIC is a programming language created in 1964 by John G. Kemeny and Thomas E. Kurtz.

#737on PLDB 59Years Old

Dartmouth BASIC is the original version of the BASIC programming language. It is so named because it was designed and implemented at Dartmouth College by John Kem茅ny and Thomas Kurtz. It was developed as part of the Dartmouth Time Sharing System (DTSS) and was one of the first programming languages intended to be used interactively. Read more on Wikipedia...


Example from Wikipedia:
5 LET S = 0 10 MAT INPUT V 20 LET N = NUM 30 IF N = 0 THEN 99 40 FOR I = 1 TO N 45 LET S = S + V(I) 50 NEXT I 60 PRINT S/N 70 GO TO 5 99 END

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Traffic Traffic Today Day 305 feedback@pldb.com Logout