Talk:C Sharp

From OSDev.wiki
Revision as of 08:23, 10 July 2009 by Cic (talk | contribs) (Talk:CSharp moved to Talk:C Sharp: Better name)
Jump to navigation Jump to search

Too short an answer?

I think the remark that you (only) need a interpreter is slightly misleading. Yes you can write an OS in C#, No you can't cleanly do it in pure C#. You need assembly to access processor stubs, and possibly a higher language (c++) to run the CLI interpreter. And memory management for the object-oriented part. And probably several other runtime thingies I can't foresee because I don't know the implementation details of the language. I therefore think that a remark about the feasability is at its place. Also, could someone with in-depth knowledge of the ABI give some ideas what the runtime part actually involves. - Combuster 14:59, 31 March 2008 (CDT)