←back to thread

127 points Anon84 | 3 comments | | HN request time: 0.635s | source
Show context
jalk ◴[] No.38508782[source]
There seems to be plenty of cobol transpilers - anybody know why they can’t use those. Immediate thought was it’s just beating on the dead Watson horse.
replies(2): >>38508946 #>>38511891 #
kjs3 ◴[] No.38508946[source]
If they worked as effectively as they were touted, they'd have cleared out the cobol.
replies(2): >>38509273 #>>38511306 #
1. pixl97 ◴[] No.38509273[source]
No really, in fact I'd say the opposite.

The issue with COBOL is any old idiot can't write it. If someone is touching the COBOL they are going in and making minor changes/expansions to an application that is older than the average HN user and those changes and expectations are well defined.

With Java and/or language of the day your cheapest run of the mill contractor given exceptionally poor instructions will crank out X LOC per day where X is the required output for them to keep their job. Maintaining that code will be some other bastards problem.

replies(1): >>38510310 #
2. kjs3 ◴[] No.38510310[source]
I have no idea how that's the opposite of what I said. Transpilers haven't worked not because of how much or little the replacements are paid, or how well they do their job, but because there's more to moving from one computational ecosystem to another than just the language.
replies(1): >>38511330 #
3. grammie ◴[] No.38511330[source]
Correct, language transpilation is the easy bit, ensuring that execution and behavoir is the same as on the mainframe is tough, but also solved.