如何在不购买 Visual Studio 的情况下编译 F# 项目

发布于 2024-10-17 18:20:10 字数 576 浏览 0 评论 0原文

我发现这个用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

你的笑 2024-10-24 18:20:10

您可以从这里下载 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

空城之時有危險 2024-10-24 18:20:10

看看 SharpDevelop - 它具有内置的 F# 支持。唯一需要的是 F# 编译器

Have a look at SharpDevelop - it has build-in F# support. The only thing required is F# compiler.

唠甜嗑 2024-10-24 18:20:10

您可以从 这里。它似乎还与 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 ...

原野 2024-10-24 18:20:10

从此处下载

此 CTP 版本包括 F#
编译器和工具,以及
可选的 Visual Studio 集成
F# 开发。

这意味着,该包包含 F# 编译器,您不需要 Visual Studio 集成来编译项目。

Download from here

This CTP release includes the F#
compiler and tools, as well as
optional Visual Studio integration for
F# development.

Meaning, the package includes the F# compiler, you don't need Visual Studio integration to compile a project.

浮生面具三千个 2024-10-24 18:20:10

如果您是大学生,您可以通过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#.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文