More seriously is this release particularly notable in the COBOL world? I know very little about the language and I find it odd to find the Changelog of a minor release at the top of the frontpage.
GnuCOBOL 3.1.1
21–30 of 232 posts
Re: GnuCOBOL 3.1.1
#22Sometimes I wonder if I should learn COBOL just so maybe I can get my first real programming job. (and no, I am not joking...)
Re: GnuCOBOL 3.1.1
#23And they say only Rust makes it to the front page of HN. More seriously is this release particularly notable in the COBOL world? I know very little about the language and I find it odd to find the Changelog of a minor release at the top of the frontpage.
Re: GnuCOBOL 3.1.1
#24I do not get all the hatred. The idea behind COBOL’s syntax is the same as SQL’s: it is merely yet another “Structured English Query/Programming Language” designed, initially, for non-programmers to be able to describe in words what it is they would like to accomplish in a way they could be understood by the computer.
Re: GnuCOBOL 3.1.1
#25I think I may have started a course in COBOL many years ago. Wonder if would be worth learning it now? There is a lot of COBOL code that needs to be maintained.
If you want to have a career in large corporations keeping a decades old codebase alive it can be a good way, which might be saner than many startups. If you however want to build up something new and put your heart into it and revolutionize the world it probably isn't.
Re: GnuCOBOL 3.1.1
#26Keeping it old school with sourceforge of course
Re: GnuCOBOL 3.1.1
#27I do not get all the hatred. The idea behind COBOL’s syntax is the same as SQL’s: it is merely yet another “Structured English Query/Programming Language” designed, initially, for non-programmers to be able to describe in words what it is they would like to accomplish in a way they could be understood by the computer.
And, it was developed long before a lot of modern compiler theory was even thought of, so it's going to be a little unfamiliar to those used to "modern" languages.
Re: GnuCOBOL 3.1.1
#28I do not get all the hatred. The idea behind COBOL’s syntax is the same as SQL’s: it is merely yet another “Structured English Query/Programming Language” designed, initially, for non-programmers to be able to describe in words what it is they would like to accomplish in a way they could be understood by the computer.
Whose hatred? I don't think I've seen anybody really hate on COBOL, it's just mostly irrelevant for modern programmers and people like to mock the FULL CAPS ULTRA VERBOSE SYNTAX (something that COBOL programmers themselves routinely do, see ADD 1 TO COBOL GIVING COBOL).
Modern COBOL does not enforce CAPS LOCK anymore though - and you can even skip the 7-columns indentation if you wish!
Re: GnuCOBOL 3.1.1
#29Re: GnuCOBOL 3.1.1
#30Earlier quoted context omitted.
If you want to have a career in large corporations keeping a decades old codebase alive it can be a good way, which might be saner than many startups. If you however want to build up something new and put your heart into it and revolutionize the world it probably isn't.
I love learning new languages, I have worked with MUMPS