Scroll to navigation

FSHARPI(1) User Commands FSHARPI(1)

NAME

fsharpi - manual page for F# 3.0 interactive REPL (Open Source Edition)

DESCRIPTION

Interactive REPL console for the F# language, version 3.0

SYNOPSIS

fsharpi [options...] [script.fsx [arguments...]

OPTIONS

INPUT FILES

Use the given file on startup as initial input
#load the given file on startup --reference:assembly, -r assembly Reference an assembly -- Pass remaning arguments to script, accessed using fsi.CommandLineArgs

CODE GENERATION

Emit debug information
Specify debugging type: full, pdbonly. full is the default and enables attaching a debugger to a running program.
Enable optimizations
Enable tailcalls
Enable cross-module optimizations

ERRORS AND WARNINGS

Report all warnings as errors
Report specific warnings as errors
Set a warning level (0-5)
Disable specific warning messages
Enable specific warnings that may be off by default
Output warning and error messages in color

LANGUAGE

Generate overflow checks
Define conditional compilation symbols
Ignore ML compatibility warnings

MISCELLANEOUS

Suppress compiler copyright message
Display this usage message

ADVANCED

Specify the codepage used to read source files
Output messages in UTF-8 encoding
Output messages with fully qualified paths
Specify a directory for the include path which is used to resolve source files and assemblies
Base address for the library to be built
Do not reference the default CLI assemblies by default
Statically link the F# library and all referenced DLLs that depend on it into the assembly being generated
Statically link the given assembly and all referenced DLLs that depend on this assembly. Use an assembly name e.g. mylib, not a DLL name.
Use a resident background compilation service to improve compiler startup times.
Name the output debug file
Resolve assembly references using directory-based rules rather than MSBuild resolution
Enable high-entropy ASLR
Specify subsystem version of this assembly
February 2014 fsharpi 3.0.34