I’ve recently started Golfing (primarily in C) and it’s been a lot of fun! It’s a different kind of optimisation, and I love optimising.
That said, there’s one issue: the leaderboards are completely unrepresentative for many languages because system calls are allowed. This means that someone could submit a nominally C solution which actually runs bash code (for example) via the system
function.
I’ve done a bit of searching and know this has come up before, though not very recently AFAICT. Is this something that there’s interest in addressing/any kind of roadmap for a fix?
It’s not enough to stop my enjoyment, but it would be nice to compare myself against the best solutions in my chosen language.