David Pirotte <da...@altosw.be> writes: > prefixed by 'guile-', and i see this has been adopted, many thanks: > > https://packages.guix.gnu.org/search/?query=g-golf > => > g-golf 0.8.0-rc9 > > But I see it still has: > > guile-g-golf 0.8.0-rc9
Well, g-golf is deprecated by guile-g-golf here, so guile-g-golf is the correct name.. > > Please allow me to suggest to get rid of it: it is redundant and a bit > confusing, looking at the search results, for a 'newbie', which g-golf > pkg they would/should pick to start[/learn/try]. In Guix program languages specified libraries are named with the language as prefix, eg: python-six, perl-dbix-simple, and guile-g-golf. It should be clear that for 'guile-g-golf' you would use g-golf as a guile library for the current 'guile'; and for 'guile2.2-g-golf', you would use g-golf as a guile library for 'guile-2.2'.