Skip to content

Instantly share code, notes, and snippets.

@am11
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am11/4745fb33a6a580643b7c to your computer and use it in GitHub Desktop.
Save am11/4745fb33a6a580643b7c to your computer and use it in GitHub Desktop.
CL.EXE Independent from VS (Proposal)

CL.EXE Independent from VS (Proposal)

When a library developer aims to target multi-platforms, it is really cumbersome to install multiple versions of VS installed for Windows (or arrange full-blown Virtual Machines).

It will be really handy if cl.exe, libraries and related services are made independent from VS and shipped separately. This way the library devs would be able to test and ship binaries with latest language features, without waiting for Visual Studio vNext to arrive and relive through the hassle of installing yet another VS version.

It can be so that cl.exe is served as a Nuget pacakges with extra advantage of self-updateable.

@am11
Copy link
Author

am11 commented Feb 28, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment