dynamic classes and duck typing
Lutger
lutger.blijdestijn at gmail.com
Wed Dec 2 00:51:09 PST 2009
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.
More information about the Digitalmars-d
mailing list