有没有办法从osx控制台编译和运行f#?我已安装单声道并将/mono64/bin/mono
添加到路径,但mcs
命令返回
test.fs(2,0): error CS1525: Unexpected symbol `let'
Compilation failed: 1 error(s), 0 warnings
答案 0 :(得分:8)
F#4.0 F#Interactive(开源版) 根据Apache 2.0开源许可证自由分发fsharpi
如需帮助,请输入#help ;;
fsharpc
F#4.0的F#编译器(开源版) 根据Apache 2.0开源许可证自由分发