Hacker News new | ask | show | jobs
by HideousKojima 1282 days ago
C# has similar issues where they have to be conservative about what them trim from binaries for AoT in case it is used for reflection, so I imagine you'd run into the same issues for almost any compiled language you want to implement reflection for.