Live data from Hacker News

GnuCOBOL 3.1.1

sourceforge.net

231–232 of 232 posts

Re: GnuCOBOL 3.1.1

#231
post #229
post #147

Earlier quoted context omitted.

Do you have some weird constraint where you can't use 3rd party libraries? Yeah, hash tables aren't built into the language, but libraries to provide them are all over the place. See for example http://fortranwiki.org/fortran/show/Hash+tables . Or you could a C function. Or C++ in some compilers.

I can use them in the sense that I'm allowed to, but the compiler that I use can't compile FLIBS nor most of the libraries in your link; and the ones it could compile, I had to adapt, requiring understanding of what a 'hash table' is beyond just 'it's a key to value mapping'. I didn't want to make my post all about my Fortran problems, but I still think knowing the basics of fundamental data structures is foundationa…

Well, sure knowing the basics of fundamental data structures is foundational knowledge. But you were complaining about lack of hash tables, and it seems what you really had was compiler issues. That's not something unique to Fortran.

Re: GnuCOBOL 3.1.1

#232
post #143

Earlier quoted context omitted.

I remember that story. I don't think he ever got it working. There's a lot to getting a real mainframe running, starting with some onerous licensing terms for the software. And the cost to power one would be ugly. There were some actual 'personal mainframes' made by IBM. The PC/370 was a PC or PC/AT with a set of ISA bus mainframe processor addin cards. The PC became the I/O processor. The PC/390 was a later version…

He did, his talk about it is really interesting: https://www.youtube.com/watch?v=45X4VP8CGtk > He and his old computer friends played around with some applications that were on the platform, and even made an FTP server that put some data on the internet. Per https://www.fastcompany.com/3063265/this-teenage-ibm-employe...

Fun, thanks for that. I clearly stopped paying attention too early. Awesome they stuck to it.
Post reply on HN