IRC channel logs
2025-05-13.log
back to list of logs
<wingo>ACTION glowers at (ice-9 hcons) and (ice-9 poe0 <wingo>tfw you see a comment that starts ";; Until 1.9.12," <lechner>Hi, I keep Guile modules in a folder named 'scm'. Is that a good choice? <old>lechner: usually in guile, we keep the module hierarcy at the top of the project <old>(foo bar) would be foo/bar.scm <old>but I sometime put them under `src' <old>In my C project I have: src/guile/... <rlb>...and guile itself uses module/ -- I've used mod/ and lib/ (for scheme and C, respectively, when I need both)