Hacker News new | ask | show | jobs
Setting up a GNU Guile project with Autotools (erikedrosa.com)
22 points by swingthesickle 1637 days ago
1 comments

That's a lot of ceremony for building a project.
There are helpers if you have a guile-only project, which also integrates with guix.

I try to only use autotools if I really have to juggle the project between incompatible versions or integrate it into a C project.

Meaning I have thus far only had to use autotools twice in about ten years for my projects