Hacker News new | ask | show | jobs
by danny0z 771 days ago
xmake also support D and dub.
1 comments

The other great thing about D is you don't need anything like that

Example:

    dmd -i -Isrc/ src/main.d
and the compiler will automatically grab files you import, and when you need packages you can rely on dub, compiler is so fast that in most cases you don't need any form of caching, a full rebuild of my game takes less than 1sec