Archive for fsharp

安装管网提示一步步安装的。还有个mono的东西,没用。 brew update brew install openssl 第二部下载安装包,点击安装。安装完目录添加到path。 创建一个hello world例子工程

mkdir hwapp
cd hwapp
dotnet new --lang f#
运行例子 dotnet restore dotnet run 就输出f#版的hello world了

Continue