|
|
|
|
|
by lmm
2103 days ago
|
|
Thrift or protobuf is a huge step up from the alternatives, but you still have a lot of overhead. Generics are limited and you're essentially forced to "defunctionalise the continuation" everywhere: any time you want to pass a callback around you have to turn it into a command object instead. |
|
Can you share some examples of the generics problem and "defunctionalizing the continuation"?
Does google's `any` package help with the generics problem you describe? (Acknowledging that it's obviously clunky)