Tagged Questions

19
votes
9answers
2k views

Applications development with D language

For those who had developed applications with D, which libraries did you use to build your application? those libraries were good documented? did you use Tango? do you feel that D is ready to build ...
18
votes
6answers
1k views

D standard library

I've decided to learn D, and I'm wondering which standard library I should use. Should I use Phobos or Tango? What are the pros and cons of each?
2
votes
2answers
204 views

Using OpenSSL library in D

I have trouble using the OpenSSL library with dmd+tango bundle on Ubuntu 10.04. I have compilled OpenSSL 1.0.0d. I've got files: /usr/local/ssl/lib/libssl.a /usr/local/ssl/lib/libcrypto.a So, I'm ...
2
votes
2answers
289 views

Using external library in D

I have a dmd+Tango bundle on linux. Please give me the step by step information, how can I use an external library in D, for example zlib. I have compiled zlib. I have: "myzlib/lib/libz.a", ...