Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petarkirov/d-wishlist


https://github.com/petarkirov/d-wishlist

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

D Wishlist
==========

List of features that would make D feature complete, ordered by priority.

Language
--------
General language features:
+ Working import, protection and visibility rules (DIP22, 313, 314)
+ Tuple support
+ Multiple alias this (DIP66 / #6083.)

Performance features:
+ Scope (DIP69 or better)

Runtime / Interop
-------
+ Make AAs library type, instead of 'magic' type. (Igor's [new AA] effort)
+ Precise GC
+ Concurrent GC

Standard Library
----------------
+ std.allocator
+ std.simd
+ Follow-up on std.range splitting for std.algorithm, std.datetime, ...