Would anyone know if there are plans or extensions to Visual Studio to allow for multi-lingual projects?
While the .NET platform is truly polyglot, Visual Studio project are stubbornly monoglot which means that all the work that goes into tooling C# and VB is unusable from newer languages like F# and IronPython.
PEX is an example of a great extension to Visual Studio that simply doesn't work in F#.
Wasn't there a module system built into .NET specifically to enable ployglot compilation?
regards,
Danny