What Makes A Programming Language Good
so
so at so.do
Thu Jan 20 06:40:11 PST 2011
On Thu, 20 Jan 2011 16:30:40 +0200, Adam Ruppe <destructionator at gmail.com>
wrote:
> IMO the best way to do that would be to get everyone in the habit
> of including the version in their modules.
>
> module random.garbage.0.6;
>
> import random.garbage.0.6;
Even better, we could enforce this to only module writers.
module random.garbage.0.6;
import random.garbage;
When you compile, you have to provide a path anyhow, less hostile to user
and you don't have to change the code.
More information about the Digitalmars-d
mailing list