.FSX File Extension
File TypeVisual F# Script File
Developer | Microsoft |
Popularity |
|
Category | Developer Files |
Format | Text |
What is an FSX file?
Script written in F# (pronounced "F Sharp"), a functional programming language formally introduced by Microsoft with Visual Studio 2010; can be run with the "F# Interactive" component of Visual Studio; used for scripting F# code instead of compiling it.
Unlike F# source code files (.FS extension), FSX files are not compiled into .DLL or .EXE files and then and run. Instead, they are executed as a script by F# Interactive.
NOTE: F# Interactive mode can be started in Visual Studio by selecting a segment of F# code and pressing Alt-Enter. F# scripts also use the .FSSCRIPT extension.