(no title)
jonnycowboy | 9 years ago
I have friends who have been looking after legacy applications for an airline running on Unisys. The core apps for reservation, Cargo booking and weight/balance were written in FORTRAN. In recent times, the front end was written in Java to give web access. They tried to rewrite the core apps but it was impossible to do so and get the performance.
YeGoblynQueenne|9 years ago
Well, Cobol is a bit like the C of mainframes - you can manipulate memory directly and so on. You can't really do that sort of thing with Java.
stefs|9 years ago
b) if the whole thing was indeed running in an emulator, the emulation overhead would have negated all direct memory access advantages
eru|9 years ago
That's a common sentiment. I wish I could find the quote by someone who made the transition; it was about how happy they were to be able to compile so much quicker, and how getting immediate feedback made them so much more productive.
3n7r0pY|9 years ago
I compile/assemble COBOL and IBM's assembly language on a z13 daily and it's pretty much instantaneous.