Comment Re:So what? (Score 1) 84
I've been using Claude to both understand and assist in writing new code in DB/C, an obscure dialect of another pretty obscure language called PL/B or DATABUS -- all of which are descendants of (or highly influenced by) COBOL. It's pretty fantastic. It's a codebase that is ~50 years old, hundreds of thousands of lines, with code spread throughout modules, with jump tables and gotos everywhere. The code itself is easy to read and understand, but the flow is not!