Hacker News new | past | comments | ask | show | jobs | submit login

Yes, but things like `fn do_something<T>(t: T) -> impl Future Where t: Serializable` definitely take a while. And C# has the added benefit of being JIT'ed, it doesn't have to flatten all the generic code during compilation, it can optimise later.



C# could always be AOT compiled to dynamically linked native code via NGEN.

It is also the only deployment option on iDevices and Windows Store since Windows 8.

Also if you prefer other native examples, Ada, Eiffel, Sather, D come to mind.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: