Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Dartmouth BASIC

< >

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

#2009on PLDB 60Years Old
Wikipedia

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

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0