digitalmars.D.announce - The X++ programming language
- serg kovrov (10/10) Jan 08 2008 Aaa!!! Microsoft adopted D! (the way it adopted Java and Delphi):
- BCS (3/18) Jan 08 2008 BTW M$ didn't make X++, they bought it. Also it's a domain specific lang...
- BLS (3/7) Jan 08 2008 I can see the 2 percent D influence clearly ....
- serg kovrov (3/12) Jan 08 2008 Well, probably it is lack of smiles that spoil the joke =)
- 0ffh (4/19) Jan 08 2008 Nope, from those quotes alone it's clear that X++ is totally unsuitable
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
Jan 08 2008
Reply to Serg,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."BTW M$ didn't make X++, they bought it. Also it's a domain specific language for business logic. Or so I'm told by someone who should known.
Jan 08 2008
serg kovrov schrieb:Aaa!!! Microsoft adopted D! (the way it adopted Java and Delphi): http://msdn2.microsoft.com/en-us/library/aa867122.aspxI can see the 2 percent D influence clearly .... Bjoern
Jan 08 2008
BLS wrote:serg kovrov schrieb:Well, probably it is lack of smiles that spoil the joke =) -- serg.Aaa!!! Microsoft adopted D! (the way it adopted Java and Delphi): http://msdn2.microsoft.com/en-us/library/aa867122.aspxI can see the 2 percent D influence clearly .... Bjoern
Jan 08 2008
serg kovrov schrieb:BLS wrote::( Dammned, here they are :) :) ! bjoernserg kovrov schrieb:Well, probably it is lack of smiles that spoil the joke =) -- serg.Aaa!!! Microsoft adopted D! (the way it adopted Java and Delphi): http://msdn2.microsoft.com/en-us/library/aa867122.aspxI can see the 2 percent D influence clearly .... Bjoern
Jan 08 2008
serg kovrov wrote: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." -- sergNope, from those quotes alone it's clear that X++ is totally unsuitable for systems programming tasks. It's not even remotely competition for D. regards, frank
Jan 08 2008