I had a lot of talks recently with Guile hackers, explorers and
educators on the cons and pros of Guile.
One particular issue is a lack of common language idioms and best
practicies. The zoo of SRFIs and ICE-9s, 3 implementation of
exceptions, 3 of records and a bunch more.
On possible solution is a style guide, which contains idioms, best
practices for writing Guile. We can start simple as
https://github.com/bbatsov/clojure-style-guide and grow it into
something like https://practical.li/clojure/testing/unit-testing/.
WDYT?