ChatGPT4 can do Cobol. I asked it to write a cobol program that could find prime numbers. At first it had named a variable that collided with a reserved keyword, however I asked it to change the name and it did.
and the same in assembly, though at first I thought it printed out garbage, but piping it to `od -x` revealed the prime numbers. Later I asked it to write it out in decimal, but now it segmentation faults.
