Comment on Why can't code be uncompiled?
trigg@lemmy.world 9 months ago
It can be
What it produces will typically not contain the original names for variables and functions, and will not retain comments. It takes a lot more effort to understand what the intention behind the code was.
There’s also legality issues.