dmd2

Robert Clipsham robert at octarineparrot.com
Sun Jan 29 08:32:43 PST 2012


On 29/01/2012 16:24, Chad J wrote:
> Hey guys,
>
> I know this is a bit late given the deprecation of D1 and all, but why
> did we name the D2 compiler dmd instead of dmd2?
>
> It's rather annoyed me when trying to work with multiple D projects of
> mixed kind in the same environment. Using the same compiler name for two
> different programming languages seems like a Bad Idea.
>
> - Chad

Check out dvm, it's really useful in this kind of situation.

https://bitbucket.org/doob/dvm/wiki/Home

You can simply do:

dvm use 1.072
dvm use 2.057

etc to switch to the relevant toolchain.

-- 
Robert
http://octarineparrot.com/


More information about the Digitalmars-d mailing list