C#, Microsoft's replacement for Java, has been unveiled:
        http://msdn.microsoft.com/vstudio/nextgen/technology/csharpintro.asp
 From a first glance, it has a couple of nice features (rectangular 
multi-dimensional arrays, everything is a subtype of Object, 
including primitive types) and some bad ones (e.g., goto statements). 
However, I didn't find anything that looked like a description of 
threads.
So it looks like we don't need to worry about a memory model for C#; 
either C# doesn't have threads, or it has ill-defined threads (e.g., 
COM threads). Anyone know anything to the contrary?
        Bill
-------------------------------
JavaMemoryModel mailing list - http://www.cs.umd.edu/~pugh/java/memoryModel
This archive was generated by hypermail 2b29 : Thu Oct 13 2005 - 07:00:26 EDT