Re: [CAD_CAM_EDM_DRO] re:ha ha ha BASIC!
Posted by
Jon Elson
on 2000-11-25 21:20:56 UTC
ballendo@... wrote:
micro basics from the late 70's. Some of them were pretty laughable,
like no variables passed to subroutines, 26 variables (A-Z) all global,
one cryptic command per numbered line, etc. GAG! Yes, I know
there are basics now that are vastly ahead of what was available
20+ years ago on the limited computers of that era.
Watch out! there is some of that left. I bought a single chip
micro with development system from MVS, they had a REAL
cheap 'basic' on their chip. Unfortunately, the interpreter used
up so much memory there was only space for about 20 lines of
program. And, the 'basic' looked an awful lot like a slightly
enhanced assembler language. Like, if you wanted to do
a = (b + c) * d you needed to do a=b+c on one line, and
then a=a*d on another. It turned out there were only about
12 variables available, too. But, clearly, this WASN'T
basic.
Jon
> Jon wrote:Well, when I refer to 'basic' I'm thinking of some of the old, 8-bit
> >Well, I'm still stuck in the Pascal camp, myself. I've written
> >a couple of rather large packages in Turbo Pascal<s>I could have
> >NEVER gotten this working in plain C or (ha ha ha Basic!)
>
> Jon,
>
> Hate to see this BASIC bashing...
>
> Unless what you're saying is that you don't have the skill to
> implement the BASIC language for your programs to the degree that you
> have with pascal.
micro basics from the late 70's. Some of them were pretty laughable,
like no variables passed to subroutines, 26 variables (A-Z) all global,
one cryptic command per numbered line, etc. GAG! Yes, I know
there are basics now that are vastly ahead of what was available
20+ years ago on the limited computers of that era.
Watch out! there is some of that left. I bought a single chip
micro with development system from MVS, they had a REAL
cheap 'basic' on their chip. Unfortunately, the interpreter used
up so much memory there was only space for about 20 lines of
program. And, the 'basic' looked an awful lot like a slightly
enhanced assembler language. Like, if you wanted to do
a = (b + c) * d you needed to do a=b+c on one line, and
then a=a*d on another. It turned out there were only about
12 variables available, too. But, clearly, this WASN'T
basic.
Jon
Discussion Thread
Jon Elson
2000-11-25 21:20:56 UTC
Re: [CAD_CAM_EDM_DRO] re:ha ha ha BASIC!
Hugh Prescott
2000-11-26 12:31:19 UTC
Re: [CAD_CAM_EDM_DRO] re:ha ha ha BASIC!
Alan Marconett KM6VV
2000-11-26 14:34:39 UTC
re:ha ha ha BASIC!
cnc002@a...
2000-11-28 16:59:57 UTC
Re: [CAD_CAM_EDM_DRO] re:ha ha ha BASIC!