On 2012-04-01 00:13, dsimcha wrote:
On 3/31/2012 4:23 PM, Davita wrote:
3) Crypto libs for hashing and with asymmetric algorithm implementations.
You would probably be best off linking to a C library for this. The
headers are in Deimos. https://github.com/D-Programming-Deimos/openssl
Tango has some kind of support for cryptography.
5) networking libs with several main protocol implementations such as
Http, FTP and SMTP.
std.net.curl was just added to the latest Phobos release.
Tango also have some net related modules.
6) and of course, RAD styled IDE.
Visual D might do what you want.
You could also have a look at the Eclipse plugin DDT:
http://code.google.com/a/eclipselabs.org/p/ddt/
--
/Jacob Carlborg