Leandro Lucarella wrote:

> 
> I guess D can greatly benefit from a compiler that can compile and run
> a multiple-files program with one command (AFAIK rdmd only support one
> file programs, right?) and an interactive console that can get the ddoc
> documentation on the fly. But that's not very related to the language
> itself, I guess it's doable, the trickiest part is the interactive
> console, I guess...
>

rdmd does copmile in dependencies, or is that not what you mean?

For the module you are working in, assuming you program with unit tests: 
rdmd -unittest --main foo.d

When you don't have tons of dependencies, it is practically as fast a 
scripting language. 

Reply via email to