Creation of a Build tool on top of the D compiler

Andrey Khropov andkhropov_nosp at m_mtu-net.ru
Sat Jan 27 04:09:37 PST 2007


kris wrote:

> Especially when you
> can't successfully utilize certain types of D code from a library -- such as
> templates.

I strongly believe that compiler *should* be able to compile templates to a
some intermediate form and put it into libraries. Otherwise you will be forced
to create d 'header' files for your template-enabled libraries or even use them
as source code only.

-- 
AKhropov



More information about the Digitalmars-d mailing list