|
|
|
|
|
by remisharrock
2009 days ago
|
|
Reminds me the first time I visited Dartmouth campus not so long ago and went to the Baker Library, I saw the real one ! I then met with Petra Bonfert Taylor working at the Thayer school of engineering and we produced this award winning C programming with Linux MOOC (on edx.org) Dartmouth is so inspiring ! |
|
The tidbit I didn't know was that (like ForTran) this BASIC system didn't require spaces on a line. I expect it recognized the keywords rather than looking for a space, and then comparing what word they found with a list of keywords.
Is the source code for the original BASIC available? What kinds of techniques did they use ? I think I read it was an actual compiler. Does anyone know what limitations were attached to BASIC from that compile-only implementation?