Hacker News new | past | comments | ask | show | jobs | submit login

So COBOL has no array concept, you have to name every input feature FEAT1, FEAT2 etc? Ouch. I can see why the language is dying out.



There are arrays, or tables, which I like to think of as being what an array of structs would be in C:

https://www.mainframestechhelp.com/tutorials/cobol/cobol-arr...

Also, cobol will probably never completely die. No enterprise is going to pay to rewrite systems that have been their backbone for decades. (Disclosure: I work in Logistics industry, and we have a lot of cobol that isn't going anywhere.)


I mean it has to die out at some point, whether it takes decades or centuries.


Sure, all things do. But will it die out before Python?


Many people that bash Cobol aren't aware that the language keeps being improved to follow up on newer trends,

https://www.microfocus.com/en-us/products/visual-cobol/featu...

Latest ISO revision is from 2014.


when I shared this on reddit someone said something along the lines: in one hand this is cool but on the other hand I just wish Cobol would just die


COBOL seems to be very translatable to any modern language, e.g. Pascal or BASIC. Real world reasons against "why not just translate it then" are understandable, but at some point that could become economical.


COBOL's numeric stack doesn't directly translate to many modern languages, which makes the translation introduce all sorts of fun edge cases that are extremely difficult to track down.

IEEE 754, which most of our modern languages are mostly compatible with, came about in '87. Long after COBOL had standardised itself on how numbers were expected to behave.


Beside AOT compilation to native code, Fujistsu and Micro Focus have Cobol compilers with .NET and Java backends, and I wouldn't be surprised if they eventually come up with WebAssembly support as well.

Also don't forget that languages like C and UNIX are just 10 years younger than COBOL.


yeah, I wrote a neural network a while back to run both in front and back end. to the front end I used JavaScript and for the back python. apart from matrix multiplications (python I used numpy, JavaScript I wrote my own class) the code is almost identical.

that got me wondering that I could write a program to translate a language to another. a large company could commission a (bunch of) programmer(s) to do this


yeah, I was getting in fintech when I wrote this. A lot of banks also use Cobol to this day.


COBOL is everywhere. Banks, insurance companies, infrastructure. Something like 90+% of all payment transactions are still processed using COBOL.

The language is fine, but it’s the rest of the mainframe that is a pain in the ass to learn.

Oh, and killing ‘awesome’ modern text editors by just opening a 80k LoC file and doing basic regex searches. VS Code works well but Atom not so much.


There are "tables" in COBOL. My COBOL is rusty, but I know that it can be done.

This is cool nonetheless.


thank you, glad you liked it


yeah, please don't take this code like is good COBOL code, haha, I learned it just for this experiment.


I was taken with how readable it is, personally. I'd say "like python but next level" but I know at least that much history.


What resources you used to learn?


just Google




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: