Hacker News new | ask | show | jobs
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 !
1 comments

I read that many non-computer departments used this BASIC system to provide "online" training for their departments. Classics departments like History and English etc. It was incredibly liberating when folks got the computer involved in their non-computer specialties.

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?