Google Summer of Code 2016
Marc Schütz via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jan 15 02:02:14 PST 2016
On Friday, 15 January 2016 at 03:33:23 UTC, Andrei Alexandrescu
wrote:
> A few quick ideas:
>
> * Bringing a parser generator library into phobos, either based
> on pegged or independent
>
> * SQL parser, binder, validator
>
> * Anything building on the strengths on D: introspection,
> compile-time stuff, DSL, etc.
>
> * Improving the GC
>
> * Theoretical work - core language semantics, proving immutable
> provides guarantees etc.
* A flexible serialization framework in Phobos. std.csv could be
changed to use it, and vibe.d as well as various serialization
related libraries (e.g. Protocol Buffers, capnproto) would also
benefit from standardization here.
More information about the Digitalmars-d
mailing list