IRC channel logs

2026-03-09.log

back to list of logs

<cow_2001>ver iz dthompson :(
<cow_2001>wanna get him to kick me into writing a really simple computer game
<ArneBab>cow_2001: can I kick you into that, too? ☺
<cow_2001>what who where?
<cow_2001>oh
<ArneBab><cow_2001> wanna get him to kick me into writing a really simple computer game
<cow_2001>i just get bogged down by trying to get the repl working
<cow_2001>and i don't know exactly what to do
<cow_2001>how am i going to represent these things?
<ArneBab>this works for me: https://hg.sr.ht/~arnebab/drachi/browse/drachi/drachi.w?rev=tip#L121 + https://hg.sr.ht/~arnebab/drachi/browse/drachi/drachi.w?rev=tip#L788 + guix environment --ad-hoc inetutils -- telnet localhost 37146
<ArneBab>and in the repl: ,m drachi drachi ← enters the module.
<ArneBab>remember to mark the module as #:declarative? #f
<ArneBab>cow_2001: do those examples help you?