> 2) If not, roughly how much work is involved in doing such a port from > scratch ? In the end, I need to do this or write my own RPC protocol. I'd > rather support the Thrift project if it's doable. Is a partial port > possible ? It seems so. Even a basic port of the core transport stuff > would be fine. Don't need Flash based servers !! I think the hardest part is the [de]serialization code. You'd have to port about 2000 lines from another generator (probably Java?) to generate your language. Partial ports (no processor or server, e.g.) are definitely acceptable.
--David
