Nice! Let me know when you want this added to the "other languages" page.
How does zero-copy work out in Haskell? It seems like you can't really do zero-copy writes in a purely-functional way, right? -Kenton On Sun, Aug 26, 2018 at 12:04 PM, Ian Denhardt <[email protected]> wrote: > Hey All, > > I've been working on a Haskell implementation of Cap'N Proto, and the > other day finally tagged a first release and published the package: > > https://hackage.haskell.org/package/capnp > > The source repo is here: > > https://github.com/zenhack/haskell-capnp > > It's alpha quality, but serialization works (no rpc yet). The API will > probably change, to accommodate more features and performance > improvements, as part of cleanup & simplification that I know needs to > happen, and in response to user feedback. > > I look forward to feedback. I don't know how many Haskellers are > subscribed to this list, but hopefully more soon. > > -Ian > > -- > 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]. > Visit this group at https://groups.google.com/group/capnproto. > -- 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]. Visit this group at https://groups.google.com/group/capnproto.
