Hacker News new | ask | show | jobs
by pjmlp 3401 days ago
Aren't you aware of Joe Duffy's blog?

http://joeduffyblog.com/

https://www.infoq.com/presentations/csharp-systems-programmi...

Basically both projects achieved their goals, but Midori eventually was killed by management, even though they got an usable GUI desktop running with some core applications.

Some of their decisions influeced async/await design in C#, the AOT compilers to native code in WP 8.x and WP 10, some of the new features for C# 7 and others planned for future versions.

1 comments

anybody knows if the scoped modifier is going to make it from m# into c#? that would be great...
Currently they are playing with Span<> and Memory<> at CoreFX Labs, which make use of IDisposable, so they could at least partially support it at library level.

https://github.com/dotnet/corefxlab

https://github.com/dotnet/corefxlab/issues/952

As for scope M#/System C# style, I guess the door is still open for future C# versions.