Comment Re:Never thought I would hear about Legacy Ruby (Score 1) 195
I don't think it's the case that COBOL is popular in old systems as much as nobody dares to update the COBOL in old critical financial systems.
Oh, it gets updated. We sell a lot of COBOL development tools. There's quite a bit of new COBOL development, too, because many large organizations have significant numbers of COBOL developers.
In many cases they're still working with old-fashioned COBOL, but some have moved to COBOL-85 (which at least has decent scope terminators and some other useful features), and others have even adopted OO COBOL.
Modern managed OO COBOL is actually pretty nice in some respects, with all the features of its environment (JVM or CLR). Properties, type inference, anonymous inline delegates, event combining, and so forth.