如何在不购买 Visual Studio 的情况下编译 F# 项目
我发现这个用 F# 编写的非常酷的项目: https://github.com/fholm/IronJS
OSS非常好,但我需要组装。我会自己编译它,但似乎没有免费的 IDE 来打开 F# 项目 (.fsproj)。我没有 Visual Studio,也没有 F# 的 Express 版本。
我找到了这个网站 http://tomasp.net/blog/fsharp-in-monodevelop。 aspx 但似乎跨平台不包括Windows。
此 Monodevelop 加载项不起作用:http://function-variations.net/addin/
有人已经在没有 Visual Studio 的 Windows 上成功使用 F# 了吗?
I have found this very cool project written in F#: https://github.com/fholm/IronJS
OSS is very nice, but i need an assembly. I would compile it by my self, but it seems that there is no free IDE to open a F# project (.fsproj). I don't have Visual Studio and there is no express version for F#.
I have found this site http://tomasp.net/blog/fsharp-in-monodevelop.aspx but it seems cross-platform doesn't include Windows.
This Monodevelop add-in doesn't work: http://functional-variations.net/addin/
Have someone already successfully used F# on Windows without Visual Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以从这里下载 VS2010 shell http://www.microsoft.com/downloads/details.aspx?familyid=8E5AA7B6-8436-43F0-B778-00C3BCA733D3&displaylang=en
然后从这里安装 F# 编译器等 http://www.microsoft.com/downloads/en/details .aspx?FamilyID=effc5bc4-c3df-4172-ad1c-bc62935861c5。
然后,您将获得对 F# 的完整 IDE 支持,包括智能感知、项目等。无需花费一分钱,而且功能强大!
国杰
You can downlaod the VS2010 shell from here http://www.microsoft.com/downloads/details.aspx?familyid=8E5AA7B6-8436-43F0-B778-00C3BCA733D3&displaylang=en
Then install the F# compiler etc from here http://www.microsoft.com/downloads/en/details.aspx?FamilyID=effc5bc4-c3df-4172-ad1c-bc62935861c5.
Then you'll have full IDE support for F# with intellisense, projects etc. Doesn't cost a penny and works like a charm!
GJ
看看 SharpDevelop - 它具有内置的 F# 支持。唯一需要的是 F# 编译器。
Have a look at SharpDevelop - it has build-in F# support. The only thing required is F# compiler.
您可以从 这里。它似乎还与 Visual Studio Shell 集成,可以单独下载(点击下载页面的链接)。但我必须承认我从未尝试过这个......
You can download a F# standalone version (to get the compiler) from here. It seems that it also integrates with Visual Studio Shell, which can be downloaded separately (follow the link at the download page). But I must confess I never tried this ...
从此处下载
这意味着,该包包含 F# 编译器,您不需要 Visual Studio 集成来编译项目。
Download from here
Meaning, the package includes the F# compiler, you don't need Visual Studio integration to compile a project.
如果您是大学生,您可以通过DreamSpark计划免费获得VS 2010专业版。
VS 2010 专业版。完全支持 F#。
If you are a college student, you can get VS 2010 professional version for free through DreamSpark program.
VS 2010 Pro. has full support for F#.