I guess my next step is to try to get enough stuff from capper-mt wired in to support sending arbitrary value objects sent and reconstituted
DanC: here's the demo https://github.com/monte-language/typhon/blob/master/mast/fun/capnDemo/demo.mt
Basically I just wrote a trivial schema to demonstrate sending and receiving capn messages
(see main() there)
* DanC pores over capnDemo/demo.mt
DanC: it's mostly plumbing
The part that's needed next is a schema to encode any Monte value, and then the uneval stuff hooked up to that
I'm interested to give it a try, based on https://github.com/dckc/capper-mt/blob/master/deJSONKit.mt and nearby stuff.