Hacker News new | ask | show | jobs
by lmm 3703 days ago
Thrift/Protobuf/etc. are reasonably nice IME.
1 comments

The cool thing about protobuf is that it allows automated parser generation (that isn't some horrific hack built on bison). The downside is that if there's a bug in someone else's code, it becomes a bug in your code. :D