Hi Kyle, > I find it sometimes convenient to use a modified version of the > file.path function in R to save me from myself a bit with file paths > while also adding some semantic markup. Perhaps it would also be useful > for building Guix packages? Users would then seldom have to worry about > incorrectly including trailing slashes. I created a code snippet with > my naive implementation here: > > https://gitlab.com/snippets/1879185 > > Maybe there is already a guile library for this sort of thing? There is, but it’s a little heavier: https://gitlab.com/brandoninvergo/guile-file-names -- Ricardo