IRC channel logs

2025-05-13.log

back to list of logs

<wingo>ACTION glowers at (ice-9 hcons) and (ice-9 poe0
<wingo>(ice-9 poe) rather
<wingo>tfw you see a comment that starts ";; Until 1.9.12,"
<dthompson>:)
<ArneBab>wingo: :-)
<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>so: src/foo/bar.scm
<old>In my C project I have: src/guile/...
<old>the choice is yours
<rlb>...and guile itself uses module/ -- I've used mod/ and lib/ (for scheme and C, respectively, when I need both)