Moving back to .NET

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 7 01:17:30 PDT 2015


On Wednesday, 7 October 2015 at 05:36:15 UTC, Ola Fosheim Grøstad 
wrote:
> On Tuesday, 6 October 2015 at 17:07:27 UTC, Chris wrote:
>> Ok, and do you have a plan or a concrete wish list that you 
>> could hand over to the core developers? What features would be 
>> indispensable or are of utmost importance, in your opinion?
>
> 1. Define the target, then you can figure out the features.

The target is a pragmatic compiled language. Static analysis is a 
focus and believed to be done with relatively simple and clean 
language rules that ensure correct results.

> 2. Solid non-gc memory management and ownership.

Current direction seems to be explicit 
structs+destructors+allocators.


More information about the Digitalmars-d mailing list