logoalt Hacker News

lukasnxyztoday at 1:54 PM2 repliesview on HN

what is this, why is 95% of the file useless comments: https://github.com/raaidrt/tacopy/blob/main/src/tacopy/unpar...

you're calling a built in function, why make obfuscate this in an "llm way"


Replies

stingraycharlestoday at 3:04 PM

I also don’t think it’s actually tail call optimization, but rather an “unrecurser”.

I’m also not convinced that this actually is worth the effort, considering it’s doing runtime rewriting of Python using Python.

jasonjmcgheetoday at 3:22 PM

It's very llm-y. But, kudos to them for preserving the commit history / being honest about it.