Hello Guix! As discussed on IRC recently, several of us think that using “#true” and “#false” instead of “#t” and “#f” throughout or documentation and code would probably make it easier for newcomers to decipher that.
WDYT? This syntax is supported since Guile 2.0. ‘write’ still uses the abbreviations, but the good thing is that it means we can change all of gnu/packages without triggering a single rebuild. As for the manual, I’m afraid it’ll make every msgid that contains @code{#t} stale. So maybe now’s not a good time to make this change? Thoughts? Ludo’.