.FSX 文件扩展名
Visual F# Script File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.5 | 4 票 |
什么是 FSX 文件?
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.
注: 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.
可打开或引用 FSX 文件的程序
Windows