Dependency management in D

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 19 11:56:08 PDT 2014


On Fri, 19 Sep 2014 17:38:20 +0000
Scott Wilson via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> That CTFE is used randomly everywhere?
CTFE *can* be used alot. this is one of D killer features (our regexp
engine, for example, not only very fast, but regexps can be compiled to
native code thru D in *compile* *time* without external tools).

all in all it heavily depends of your libraries, of course. if you will
do that with care ;-), it will work. but i just can't see any reason to
compilcate build process with .di generation. D compilers usually are
fast enough on decent boxes, and building can be done on background
anyway.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140919/9b468739/attachment-0001.sig>


More information about the Digitalmars-d mailing list