Show HN: Graph:Easy ported to TypeScript with GPT-5.2(tomisin.space) Over Christmas, I read a blog post here about attempting to port Graph::Easy (a very cool Perl module) to TypeScript using LLMs: https://news.ycombinator.com/item?id=46318080 The author didn’t get the results they wanted, but I was nerd-sniped into giving it a try with some different tools. The link is a web page where you can enter Graph::Easy graph descriptions to generate graphs in the various supported formats. It runs both the TypeScript and the Perl versions and compares the results. The code is available: https://github.com/fairfieldt/graph-easy-ts/ I also wrote a longer post about the process: https://tomisin.space/projects/graph-easy-ts/ |
No comments yet