Hacker News new | ask | show | jobs
by grandmczeb 2374 days ago
Cap'n proto didn't "end up like this" and works across languages.
1 comments

Cap’n’proto isn’t well supported apart from C or Rust.

Python library is an absolute nightmare. Their tests used to catch Exception, and what they ended up testing was basically whether their test try to access nonexistant attributes.

The issue is that capnproto is relatively more complex, and as such is harder to implement well.