Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Is any of the big COBOL codebases open source?
3 points by wkoszek on April 27, 2018 | hide | past | favorite | 1 comment
I read Increment.com article on COBOL and I'm wondering if there are any COBOL codebases that are (a) used (b) open source. I wanted to see how ugly it can get inside.



COBOL is a pretty good fit for the domain that it serves, so serious COBOL cases are not that bad.

If you use COBOL you will get decimal numbers suitable for financial work. If you use Java or Python and take the defaults you will someday cut a check to somebody for the wrong amount. There are decimal math objects for Java and Python but they add to the "bloat" of the code and the complaint that it is "ugly".

On a mainframe the ordinary numbers on COBOL are good for business and they are supported in hardware.




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

Search: