5 ms·
ZeroC developer here. We picked .NET as our first language for two main reasons. Firstly, it is an excellent language for rapid iteration; the design and implem
by reecewh 3y ago
ZeroC developer here. We picked .NET as our first language for two main reasons. Firstly, it is an excellent language for rapid iteration; the design and implementation of IceRPC evolved significantly throughout its development, so having a more flexible language greatly sped up the refactoring and development process. Secondly, it has mature async-await support, which is natural for an RPC.The next language we are adding support for is Rust!
- pjmlp 3y agoAll the best on your efforts.