Hacker News new | ask | show | jobs
by pjmlp 870 days ago
I guess brownie points for using .NET, it is not always that we see such kind of frameworks picking on .NET as implementation infrastructure.
1 comments

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!
All the best on your efforts.