IRC channel logs
2024-08-07.log
back to list of logs
<dckc>ACTION resumes work on property testing for ERTP, Zoe <dckc>writing this much code without static typing is quite unsettling <dckc>does guile have anything like racket contracts? <dckc>ACTION goes to #guile to ask <dckc>I'm pretty used to the endo pattern stuff; I might port some of that. <dckc>ACL2 "tau" system has a nifty idiom: <dckc>(implies (and (p1 x1) (p2 x2) ...) <dckc>pretty analogous to endo's M.call(p1, p2).returns(q) <dckc>hm. that won't cause guile to throw handy exceptions when (p1 x1) is false <dckc>to port endo's passStyleOf, I need a promise recognizer. I don't see a promise? thingy. is it feasible to make one? <weary-traveler>is there an example where the vats are in separate nodes, i.e., distinct processes?