greg
2019-3-14 13:12:48
Not sure it’s the most elegant way to do it but it’s what I came up with a year ago and haven’t looked at since.
greg
2019-3-14 13:14:09
btw the with-thread thing is nothing exotic; just an alias for thread/thunk: (define-simple-macro (with-thread e:expr ...+)
(thread (λ () e ...)))