IRC channel logs
2024-10-08.log
back to list of logs
<cwebber>mala: love references to the old E mailing list <cwebber>only possible to read through the wayback machine anymore, alas <jfred>Goblins's design feels similar, and I guess that's not a coincidence :) <jfred>I started poking at the persistence stuff last night, and it's very slick - though I have a feeling I'm going to need to refactor a few things to get Horton persisting ^^; <jfred>Also when I saw that genenetwork post yesterday I sent it to Melissa to see if she could make heads or tails of it. She knows what it does, I have no idea XD <dckc>I forget: how do I add the current working directory to my load path so that (load "alice.scm") will Just Work? I'm in a repl, in guieser, in emacs <dckc>dthompson, I guess what I need to do is change directory <dckc>ah... found my notes... (add-to-load-path (getcwd)) <dthompson>guile's load path is consulted for loading modules, like with (use-modules ...) but is *not* used for 'load' afaik <dckc>right... I was kinda wrapped around the axel <dckc>i needed to (chdir) to get (load "alice.scm") to work, <dckc>but then alice.scm did (use-modules (endo)) so I had to (add-to-load-path (getcwd)) to get that to work <dckc>today I realized that alice.scm isn't working due to a regression. <dckc>I should probably start a new project / repository <dckc>but... hm... the target _is_ a reimplementation of zoe escrow, so maybe not