grammerjack
Newcomer
F# does work on the 360
Just a clarification: any language that works on the .NET Compact Framework 2.0 should work on the 360.
Right now both C# and F# are known to work. (See my blog for details on how to use F#: How to Write XNA Game Studio Express Games with F# - Part 3: Running on the Xbox 360
Managed C++, Visual Basic, and Iron Python are presumed not to work, because they are known to use CLR features that aren't supported by .NET CF 2.0.
The Iron Python main developer has said that he might make Iron Python work on the 360 some time in the future, but it's not a high priority with him. No word from the Managed C++ or Visual Basic teams.
It's unclear at this point of you can compile even Managed C++. For example, you can't use other CLI languages like F# and VB.NET, because they use features available only in the full .NET framework, while XNA on the 360 is based on the so-called Compact Framework. So far, only C# is officially supported and guaranteed to work.
Just a clarification: any language that works on the .NET Compact Framework 2.0 should work on the 360.
Right now both C# and F# are known to work. (See my blog for details on how to use F#: How to Write XNA Game Studio Express Games with F# - Part 3: Running on the Xbox 360
Managed C++, Visual Basic, and Iron Python are presumed not to work, because they are known to use CLR features that aren't supported by .NET CF 2.0.
The Iron Python main developer has said that he might make Iron Python work on the 360 some time in the future, but it's not a high priority with him. No word from the Managed C++ or Visual Basic teams.