Wiithout wanting to create an open ended question.... F# is currently absent from the Windows 8 dev preview. There is a mapping layer in WinRT that wraps core objects into CLR objects for C# / VB or through other mappings for different languages.
Given that this model does not force languages through the CLR, my question as a functional programming novice is: Is this any benefit to F# (having a direct mapping to WinRT without the CLR layer could further reduce mutability, more native list types) or would it make sense to have a more purely functional language join the ecosystem and leave F# where it is (bearing in mind that interoperability is no longer restricted to CLR languages)
/r.winmd files directly without compiler support, as they contain raw metadata without CLR adjustments likeIIterable->IEnumerable). So, for F# to access WinRT, it needs to add that compile-time WinMD support. – Pavel Minaev Nov 7 '11 at 18:51