1. The geomyidae at pink refuses to accept relative paths, which
sucks. It seems to be a problem with some versions of geomyidae.
Some versions do allow relative filenames in .gph and some do not,
and I’m not even sure, which one is a bug. I certainly like more
those that do allow it. Like the latest build from the git.
2. The NetBSD’s wrapper for guile does not work as script
interpreter, so I had to use the full path to the specific version of
guile, which kinda sucks as well. Probably guile is not the best
choice. But I do not want to use *sh, as it is not really portable
(all the small differences in the toolkit across the OSes), nor perl
(I used to liked it, but now I find it unnecessarily complex and
error-prone). I really want something without much syntax, like lisp
or forth. I’m tired of extravagant syntax.