Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encode any Monte value (object graph) as capn message #203

Open
dckc opened this issue Mar 8, 2019 · 1 comment · May be fixed by #205
Open

encode any Monte value (object graph) as capn message #203

dckc opened this issue Mar 8, 2019 · 1 comment · May be fixed by #205

Comments

@dckc
Copy link
Member

dckc commented Mar 8, 2019

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 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
@dckc dckc linked a pull request Mar 9, 2019 that will close this issue
@dckc dckc changed the title deCapnKit encode any Monte value (object graph) as capn message Mar 15, 2019
@dckc
Copy link
Member Author

dckc commented Mar 15, 2019

recent discussion shows less enthusiasm for using the whole Kit architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant