f# f#-interactive

F#tutorial interactivo shell(fsi)



f#-interactive (2)

Use #help;; por ayuda, #quit;; abandonar.

Estoy aprendiendo F # con fsi en Mac OS X / mono, pero es difícil saber qué comando dejar y shell.

salir, o ^ D no funciona, ^ C tampoco funciona. ¿Cuál es el comando para detener el fsi?

En general, ¿dónde puedo encontrar algún tutorial / guía del usuario sobre fsi?


Cuando inicio F # en OS X / mono obtengo lo siguiente

~> fsi Microsoft (R) F# 2.0 Interactive build 2.0.0.0 Copyright (c) Microsoft Corporation. All Rights Reserved. For help type #help;;

Al escribir #help obtengo:

> #help;; F# Interactive directives: #r "file.dll";; Reference (dynamically load) the given DLL #I "path";; Add the given search path for referenced DLLs #load "file.fs" ...;; Load the given file(s) as if compiled and referenced #time ["on"|"off""];; Toggle timing on/off #help;; Display help #quit;; Exit F# Interactive command line options: See ''fsi --help'' for options >

Estos deberían proporcionar sus respuestas.