▲ | glimshe 6 days ago | ||||||||||||||||
This is great. I've been around since the BASIC days and I always found awesome that most older personal computers had a programming language available within seconds of turning the computer on! I did a lot of hobby programming in BASIC. But I wonder how many commercial applications were written with it. Did small or big businesses write their own BASIC programs for internal needs? | |||||||||||||||||
▲ | turbo_wombat 6 days ago | parent | next [-] | ||||||||||||||||
The original version of Ultima I was written in a mixture of BASIC and assembly. BASIC is pretty slow, but most BASIC implementations let you call into optimized assembly routines. Though, past a certain point of complexity, performance aside, assembly might be more readable than BASIC because BASIC relied on line numbers for jumping around, whereas assemblers offered named labels. | |||||||||||||||||
| |||||||||||||||||
▲ | WorldMaker 5 days ago | parent | prev | next [-] | ||||||||||||||||
Enough small businesses wrote little BASIC programs that Visual Basic was a huge deal for small businesses at the time. There were a lot of business apps written in VB. There are still a weirdly high number of business apps written in VBA for Access and Excel each year in some industries. | |||||||||||||||||
▲ | HankStallone 5 days ago | parent | prev [-] | ||||||||||||||||
I think there were a lot of small commercial applications if you count programs you could order from the little ads in the back of magazines. BASIC was fine for something like a recipe or address database, that didn't involve any graphics or sound. | |||||||||||||||||
|