On Tuesday, September 10, 2019 at 1:05:48 PM UTC-4, Kenton Varda wrote: > I recently added `capnp::clone()` to the library as a way to get a > kj::Own<> of a capnp structure so that you don't have to mess around with > the MessageReader yourself. You might find it handy. (It's not in a release > version yet, though.) >
Neat! Though, I guess that means I'll have to figure out how to vendor capnp master in my cmake :( Maybe I can plunder the code into a header file of my own, so I can keep using Ubuntu's packaged capnp... > FWIW, the Haskell implementation (of which I am the author) already > implements a "plain-old-ADTs" API in the spirit of POCS Neat! I would have loved to have done this in Haskell, but I'm working on a program where memory usage is pretty important, so no Haskell for me :( -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/e51d896e-d0d2-4a09-abd8-c8a4d2203c6c%40googlegroups.com.
