C # loads at no cost as part of the Windows SDK (which provides the csc
command line csc
) or Visual C # Express, which provides the IDE.
F # is available either in command line form ( fsc
), or as a Visual Studio plugin, which requires the VS shell VS (which is free to download) or the full (non-express) Visual Studio.
This means that you must purchase at least VS Professional to open both types of projects in one editor, but you can also use a combination of VS Express and VS Shell for free.
Jimmy source share