.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