new6ton
- 223
- 5
Why is cobol use still widespread?
Is BASIC still used?
Is BASIC still used?
The discussion centers around the continued use of COBOL and BASIC programming languages, exploring reasons for their persistence in business and other applications. Participants examine historical context, technical capabilities, and the implications of legacy systems in modern computing environments.
Participants express a range of views on the relevance and efficiency of COBOL and BASIC, with no clear consensus on the necessity of transitioning away from these languages. The discussion reflects both support for their continued use and acknowledgment of the challenges posed by legacy systems.
Some limitations noted include the dependence on specific definitions of legacy systems, the unresolved status of certain programming practices, and the historical context of programming language evolution.
COBOL provided the front end to early databases among many other business apps. Businesses need the old data and COBOL apps to process it. C and UNIX by comparison were used in more innovative environments; universities, laboratories, research centers and technology companies. COBOL might still have been used in the business/accounting areas of those places. That COBOL persists as an active language demonstrates the innate conservatism of Business.new6ton said:Why is cobol use still widespread?
Is BASIC still used?
jedishrfu said:Boy you can really date folks here.
BASIC was around years before the PC. I originally saw it on the GE Timesharing Service around 1967 when I first got interested in computers.
No worry. You're far from the oldest one here. Elders of the community has a nice ring to it.Dr.D said:Contrary to popular opinion, there is nothing wrong or bad about being old.
In the case of IBM mainframes (360, 370, ...), the front end to early databases was assembly macros (such as support for ISAM (indexed sequential access method)). Since this forced the combination of using both COBOL and assembly, the programmers started to use assembly to improve performance in addition to the front end macros for databases. Now there is a legacy of a mix of COBOL and assembly, and as posted, why risk trying to port thousands of lines of working code that can still run on current IBM mainframes as they support legacy modes in z/OS or z/VM.Klystron said:COBOL provided the front end to early databases
I still use the FreeBasic compiler which has all the benefits of C, structured data and links to all the exact same libraries. It is the quickest way to solve most numerical problems.new6ton said:Is BASIC still used?