guile does not offer "realpath", which is part of the posix standard as far as i can tell. http://pubs.opengroup.org/onlinepubs/9699919799/
i think this would be useful to have and it does not seem trivial to re-implement in scheme. one of my use cases would be finding the first matching load path for a full path which might not contain any of the load paths exactly.