So what exactly is coming with extended C++ support?

simendsjo via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 30 09:15:19 PDT 2014


On 09/30/2014 05:32 PM, po wrote:
> On Tuesday, 30 September 2014 at 14:19:51 UTC, Araq wrote:
>>> It doesn't mention anything about moving C++ into C#.
>>> Even with IL2CPP, C# has fundamental design trade offs that make it
>>> slower than C++(GC is just one of them), so it wouldn't make much
>>> sense to port engine code to C# unless they wanted it to run slower.
>>
>> What are these fundamental design trade offs?
> 
> -GC
> -no meta programming vs meta programming
(...)

C# has wonderful meta-programming facilities: Generics! (/me run and hides)


More information about the Digitalmars-d mailing list