视觉哈斯克尔 2008

发布于 2024-07-11 15:36:57 字数 125 浏览 2 评论 0原文

Haskell for Visual Studio 2005 是否与 VS2008 SP1 兼容?

Is Haskell for Visual Studio 2005 compatible with VS2008 SP1 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

猥琐帝 2024-07-18 15:36:57

你原来的问题的答案是否定的。 Visual Haskell 的代码是用 Haskell 编写的,并通过 COM 与 Visual Studio 对话。 现在的问题是,即使您更新 com 包装器以与新的 Visual Studio 兼容,您仍然会陷入使用 ghc 6.6 的困境,因为它依赖于编译器的内部结构来工作,其中一些结构已经被今后从 6.8 中删除。

因此,这部分的任何努力都需要完全重写插件。

现在好消息是我正忙着为 Visual Studio 2010(抱歉没有 2008)编写一个版本,但据说我可以将它作为独立的隔离 shell 发布给那些没有 vs 2010 的人(需要更仔细地检查许可证)。

我只有周末才有时间处理它,所以我预计(没有承诺)我将在七月左右推出第一个版本。

The answer to your original question is a No. The code for visual haskell is written in Haskell and talks via COM to visual studio. Now the problem is, that even if you update the com wrappers to be compatible with the new visual studios you'd still be stuck using a ghc 6.6 simply because it relied on internal structures of the compiler to work, some of which have already been removed from 6.8 going forward.

So any effort on this part will require a complete rewrite of plugin.

Now the good new is I am busy writing a version for visual studio 2010 (sorry no 2008) but supposedly I could release it as a standalone isolated shell for those who don't have vs 2010 (need to check the license more closely).

I only have time to work on it in the weekends, So I project (no promises) that I'll have a first version out around july.

半步萧音过轻尘 2024-07-18 15:36:57

实际上,我刚刚尝试从您提供的链接(昨天)安装它,但安装程序抱怨它找不到 Visual Studio 2005 的现有安装。(我还安装了 Visual Studio 2008。)我猜它是硬编码以查找特定目录或已安装的应用程序版本号? 所以……从我所看到的来看,我会回答“不”。

希望其他人有更好的运气吗?

I actually had just tried to install it from the link you provided (yesterday), but the installer complained that it couldn't find an existing installation of Visual Studio 2005. (I also have Visual Studio 2008 installed.) I'm guessing it's hard-coded to look for a specific directory or installed application version number? So... from what I've seen, I'd answer "no".

Hopefully someone else has had better luck?

Oo萌小芽oO 2024-07-18 15:36:57

我在 2007 年的一次会议上被告知,一直致力于 Visual Studio 对 GHC 支持的俄罗斯学生从未完全完成这项工作。 最有可能知道真实状况的人是微软研究院的西蒙·马洛

I was told at a conference in 2007 that the Russian student who had been working on Visual Studio support for GHC never quite finished the job. The person most likely to know the true status is Simon Marlow at Microsoft Research.

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