DConf 2013 Day 2 Talk 3: C# to D by Adam Wilson

Jacob Carlborg doob at me.com
Sat Jun 1 13:15:01 PDT 2013


On 2013-05-31 14:33, Andrei Alexandrescu wrote:
> http://www.reddit.com/r/programming/comments/1feem1/dconf_2013_day_2_talk_3_from_c_to_d_by_adam_wilson/

A couple of notes on what's missing in D from C#.

There are other libraries besides from Phobos that contains some of the 
missing functionality.

Tango:

* Several SHA implementations
* Stream based IO
* Modules for manipulating text and Unicode
* Timer/stop watch
* Heap and stack

Source code: https://github.com/SiegeLord/Tango-D2
Docs: http://dsource.org/projects/tango/docs/current/

dcollections may contain some collections needed.

http://www.dsource.org/projects/dcollections

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list