Hacker News new | ask | show | jobs
by profquail 5477 days ago
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.