Live data from Hacker News

Viewing profile — grammie

grammie

HN member
Joined
Tue, May 06, 2014, 10:10 AM UTC
HN karma
39
Public activity
10 items

About grammie

No profile information was provided.

Recent public activity

  1. comment
    Comment #41714533

    You should take a look at my company. Heirloom Computing. Heirloom.cc We have migrated many mainframe application and millions of lines of cobol and pl1 into Java and deployed it i…

  2. comment
    Comment #38511420

    It's a demo but the code that is transformed is trivial in the extreme. The whole approach of selecting small pieces is just not scalable. One small project i worked in was 22 mill…

  3. comment
    Comment #38511330

    Correct, language transpilation is the easy bit, ensuring that execution and behavoir is the same as on the mainframe is tough, but also solved.

  4. comment
    Comment #38511306

    Heirloom Computing, I am CTO, have transpilers for cobol and pl/1. code transpilation is the easy part. Create a Grammer for the source language, generate the ast, transform the as…

  5. comment
    Comment #38511197

    Heirloom computing where I am cto does this using transpilers with 100% automated transpilation. Using LLMs for an entirely deterministic domain borders on the insane. This is just…

  6. comment
    Comment #37993463

    Or any of the companies that can run mainframe COBOL and provide all the ecosystem. heirloom computing is of course the best (i am cto) but Micro Focus, lzlabs etc all enable you t…

  7. comment
    Comment #37390013

    well they still run on the mainframe, many of which can sit under your desk nowadays like a standard tower. but there is a whole industry about replatforming and refactoring these …

  8. comment
    Comment #37389989

    its not so much COBOL, its the mainframe environment that is brilliant for critical stuff. My company migrates mainframe applications to the cloud so we find all kinds of reasons f…

  9. comment
    Comment #37389683

    well i spend all my time moving people and applications off the mainframe so probably not the best person to ask, however a quick google of mainframe jobs showed up 100's (for expe…

  10. comment
    Comment #37389278

    In a word no. There is a place for LLM in mainframe migrations but it is not in source code transpilation. COBOL (or PL/1) to any other language is a deterministic problem, imagine…