The X++ programming language

serg kovrov sergk at mailinator.com
Tue Jan 8 13:14:48 PST 2008


Aaa!!! Microsoft adopted D! (the way it adopted Java and Delphi):

http://msdn2.microsoft.com/en-us/library/aa867122.aspx

"X++ is an object-oriented language with similarities to C++ and Java."

"The memory management model is extremely simple: objects are created 
with a new operator. There are no explicit programmer-defined pointer 
data types, and there is no pointer arithmetic."

"The X++ garbage collector runs automatically; as soon as no references 
exist to a particular object, that object is deleted and its storage is 
reclaimed."

-- serg



More information about the Digitalmars-d-announce mailing list