Difference between revisions of "Vision/2016H2"

From D Wiki
Jump to: navigation, search
(Created page with "== Meta == This document discusses the high-level vision for D. It is revised every six months (January and July). Note: This document focuses on goals the D leadership will...")
 
(Meta)
Line 4: Line 4:
  
 
Note: This document focuses on goals the D leadership will personally enable or make happen. Other contributions that don't require their help are always welcome.
 
Note: This document focuses on goals the D leadership will personally enable or make happen. Other contributions that don't require their help are always welcome.
 +
 +
== H2 2016 Priorities ==
 +
 +
 +
* Improve compiler support so ref counting can be done @safe-ly.
 +
* Improve C++ inter-operability: struct mangling, Windows exceptions
 +
* Fix problems with excessively long mangled names
 +
* Improve internal memory management of compiler
 +
* Continue improving DMD front end internals

Revision as of 13:59, 3 June 2016

Meta

This document discusses the high-level vision for D. It is revised every six months (January and July).

Note: This document focuses on goals the D leadership will personally enable or make happen. Other contributions that don't require their help are always welcome.

H2 2016 Priorities

  • Improve compiler support so ref counting can be done @safe-ly.
  • Improve C++ inter-operability: struct mangling, Windows exceptions
  • Fix problems with excessively long mangled names
  • Improve internal memory management of compiler
  • Continue improving DMD front end internals