Comment on Why do C++ folks make things so complicated?parentComments−profquail15yC# is nice, but I wouldn't want to write a kernel in it.Why not? :)http://singularity.codeplex.com/When C# is combined with Code Contracts / static verification, you get fairly clean/performant code and strong safety guarantees. I think that'd be quite nice for kernel programming.
Comments
C# is nice, but I wouldn't want to write a kernel in it.
Why not? :)
http://singularity.codeplex.com/
When C# is combined with Code Contracts / static verification, you get fairly clean/performant code and strong safety guarantees. I think that'd be quite nice for kernel programming.