keybored 11 hours ago

> I mean, I don't think they're lying but (given it doesn't use an LLM) I am bewildered.

I’m pretty sure (based on the last time I saw this) that this is just good old fashioned computer science.[1]

I really hope that HN hasn’t forgotten about good old fashioned computer science stuff already.

[1] All the algorithm and whatnot stuff, not the spooky machine learning stuff. Even things like Prolog-for-AI, although that has the slight downside of not working (for the purposes of making AI).

1
furyofantares 10 hours ago

To be clear my comment was meant to be an awareness that it is good old fashioned computer science. Without LLMs, which this predates, it is surprising to me that you'd have a lot of success reducing a program in an arbitrary language and still having something that's valid syntax!

I do get that it will reject a lot of stuff as not working (and has to even in the target language) and I also get that algol-like languages are all very similar, but I am still surprised that it works well enough to function on ~arbitrary languages.

These are very LLM-era properties for a program to have. The question is not "does it work for language x" but "how well does it work for language x", and the answer is not "is it one of the languages it was designed for" but instead "idunno try it out and see".