Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » BASIC interpreter / compiler?
- ChocolatePi
-
1000+ posts
BASIC interpreter / compiler?
Hi, I'm reading some really old books from the 80s about the basic programming language, and I'm looking for a compiler. I can't find anything official.
- nathanprocks
-
1000+ posts
BASIC interpreter / compiler?
You won't find an “official” BASIC compiler. Different computers had different versions that were usually made by the computer manufacturer or another company such as Microsoft. You could try to find a copy of Microsoft QBasic (or QuickBASIC). If you prefer a modern dialect with GUI programming, try Microsoft Visual Basic.
- ChocolatePi
-
1000+ posts
BASIC interpreter / compiler?
You won't find an “official” BASIC compiler. Different computers had different versions that were usually made by the computer manufacturer or another company such as Microsoft. You could try to find a copy of Microsoft QBasic (or QuickBASIC). If you prefer a modern dialect with GUI programming, try Microsoft Visual Basic.
I hate GUI programming, so I'll get QuickBasic. I shall look it up now.
- Hardmath123
-
1000+ posts
BASIC interpreter / compiler?
I hate GUI programming
Then use the one forbin wrote on telehack.
EDIT: I a word
Last edited by Hardmath123 (Oct. 7, 2014 14:15:31)
- ChocolatePi
-
1000+ posts
BASIC interpreter / compiler?
I hate GUI programming
Then use the one forbin wrote on telehack.
EDIT: I a word
Sorry, I'm a noob. I looked up telehack and it was a command line thing hosted on a website. It looks interesting. What can I do there?
EDIT: searched google for “telehack basic” and found out you can run .bas files on there. Thanks!
Last edited by ChocolatePi (Oct. 7, 2014 14:31:58)
- cs3203402
-
47 posts
BASIC interpreter / compiler?
I'm working on a Commodore BASIC interpreter. I'll be updating it to support all of the different versions, and may add more to it, but when it first releases it'll be Commodore BASIC V2.
- EngineerRunner
-
1000+ posts
BASIC interpreter / compiler?
no necropost I'm working on a Commodore BASIC interpreter. I'll be updating it to support all of the different versions, and may add more to it, but when it first releases it'll be Commodore BASIC V2.
Last edited by EngineerRunner (Nov. 21, 2023 17:57:08)
- Discussion Forums
- » Advanced Topics
-
» BASIC interpreter / compiler?