You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
dckc
linked a pull request
Mar 9, 2019
that will
close
this issue
I'm interested to give it a try, based on https://github.com/dckc/capper-mt/blob/master/deJSONKit.mt and nearby stuff.
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: 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
The text was updated successfully, but these errors were encountered: