Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petarkirov/d-wishlist
https://github.com/petarkirov/d-wishlist
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/petarkirov/d-wishlist
- Owner: PetarKirov
- License: unlicense
- Created: 2014-12-21T16:10:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T16:48:39.000Z (about 10 years ago)
- Last Synced: 2024-12-17T04:52:27.087Z (21 days ago)
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 GCStandard Library
----------------
+ std.allocator
+ std.simd
+ Follow-up on std.range splitting for std.algorithm, std.datetime, ...