在线提供的最好的 Haskell 文档是什么?

发布于 2024-10-03 08:00:43 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(8

丢了幸福的猪 2024-10-10 08:00:44

查看自然语言的介绍。处理:http://nlpwp.org/book/

Check out this intro to natuaral lang. processing: http://nlpwp.org/book/

转瞬即逝 2024-10-10 08:00:43

如果您向下滚动 http://haskell.org/,在左侧边栏的“Libraries”下,您会发现一组所有库(称为包)的文档,可能是你在寻找什么。但是,请注意,它是一个非常大的数据库,因为它包括用户提交的内容以及标准库。

两个在线搜索引擎“Hayoo”和“Hoogle" 也许可以帮助你。您可以按函数名称、类型签名或两者进行搜索。据我所知,唯一的区别是“Hayoo”搜索整个数据库,而“Hoogle”搜索标准库以及一些常见的附加内容。我会推荐Hoogle,因为它通常会给你你想要的东西,并且根据我的经验更可靠。

当我们讨论这个主题时,我个人认为 http://learnyouahaskell.com/ 是一个很好的学习资源Haskell(如果您以前从未见过函数式语言)。

If you scroll down on http://haskell.org/, on the left sidebar under "Libraries", you will find a set of documentation of all libraries (called packages), which might be what you're looking for. However, be aware that it is an extremely large database, because it includes user-submitted content as well as standard libraries.

The two online search engines "Hayoo" and "Hoogle" might be able to help you. You can search by function name, type signature, or both. As far as I know, the only difference is that "Hayoo" searches the entire database, whereas "Hoogle" searches the standard libraries plus a few common extras. I would recommend Hoogle, because it generally gives you what you want, and is in my experience more reliable.

While we're on the subject, I personally think that http://learnyouahaskell.com/ is a great resource for learning Haskell if you've never seen a functional language before.

旧夏天 2024-10-10 08:00:43

抱歉还不能发表评论,所以就在这里。

Hoogle 不仅仅是在线搜索引擎。检查 ghci 集成

Sorry can't comment yet, so here.

Hoogle is not just online search engine. Check ghci integration.

爱殇璃 2024-10-10 08:00:43

我只是在寻找同样的东西:

维基:http://www.haskell.org/haskellwiki/类别:哈斯克尔
很好的介绍: http://learnyouahaskell.com/chapters

没有太大帮助,但这是一个开始。

I was just looking for the same thing:

Wiki: http://www.haskell.org/haskellwiki/Category:Haskell
Good Intro: http://learnyouahaskell.com/chapters

Not much help, but it's a start.

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