We don't have to use a function to get the backend name anymore
Previously we were using a function to compute the backend's name because we imported backend (and thus evaluating name) before parsing the configuration file.
We're not doing that anymore and in fact the executables have a more defined structure and we shouldn't move from it in the foreseeable future.
So I don't think we should use a function to compute the name's backend anymore.