BASIC was not just a programming language
1–10 of 121 posts
Re: BASIC was not just a programming language
#2Wow.
Re: BASIC was not just a programming language
#3> The Amstrad CPC 646 would literally take less than a second to boot Wow.
Re: BASIC was not just a programming language
#4Re: BASIC was not just a programming language
#5> The Amstrad CPC 646 would literally take less than a second to boot Wow.
Everything was in ROM: 16k BASIC, 16k operating system, optional 16k disk operating system. The 464 (“646” is a typo) shipped with a cassette deck, not a floppy disk drive, so there was no possibility of loading the OS from volatile storage.
There are exceptions to this rule: Sharp was known for their concept of "clean computers" (MZ series and X1), which came only with a simple monitor in ROM, while at the same time featuring just a cassette drive to load a BASIC interpreter (of which there were several flavors) from.
Re: BASIC was not just a programming language
#6This is the first time I heard of such a BASIC command, even though I grew up learning to program on a Sinclair ZX Spectrum.
Which of the home computers of the time had this command? Would it renumber in multiples of 10?
Re: BASIC was not just a programming language
#7> The Amstrad CPC 646 would literally take less than a second to boot Wow.
Everything was in ROM: 16k BASIC, 16k operating system, optional 16k disk operating system. The 464 (“646” is a typo) shipped with a cassette deck, not a floppy disk drive, so there was no possibility of loading the OS from volatile storage.
Re: BASIC was not just a programming language
#8> The Amstrad CPC 646 would literally take less than a second to boot Wow.
(to be fair, I think media corruption was more common back then, so boot-time file system checks and other sanity checks may have been what kept mainstream boots slower?)
Re: BASIC was not just a programming language
#9Earlier quoted context omitted.
Everything was in ROM: 16k BASIC, 16k operating system, optional 16k disk operating system. The 464 (“646” is a typo) shipped with a cassette deck, not a floppy disk drive, so there was no possibility of loading the OS from volatile storage.
You could attach an external floppy drive (I believe it was called FDD-1) to CPC464 and run CP/M 2.2 on it. https://www.cpcwiki.eu/index.php/CP/M_2.2
Re: BASIC was not just a programming language
#10> If you ran out of numbers, the renum command would recompute all the line numbers for you. This is the first time I heard of such a BASIC command, even though I grew up learning to program on a Sinclair ZX Spectrum. Which of the home computers of the time had this command? Would it renumber in multiples of 10?