[三道贩子] Haskell Weekly News: May 12, 2009

发布于 2022-08-14 07:55:59 字数 2923 浏览 15 评论 0

Haskell Weekly News: May 12, 2009
http://sequence.complete.org/hwn/20090512

Announcements
----
The Haskell Platform. Don Stewart announced  the first release of the Haskell Platform: a single, standard Haskell distribution for every system. The Haskell Platform is a blessed library and tool suite for Haskell culled from Hackage, along with installers for a wide variety of systems. It saves developers work picking and choosing the best Haskell libraries and tools to use for a task.

GHC version 6.10.3. Ian Lynagh announced the release of GHC 6.10.3. This release contains a handful of bugfixes relative to 6.10.2 and better line editing support in GHCi, so updating is recommend. See the release notes for more details.

Bindings for libguestfs. Richard W.M. Jones announced some partial bindings for libguestfs.

Heads up: Conflicting versions of network-2.2.1. Johan Tibell announced  a heads-up that the version of network-2.2.1 that shipped with GHC 6.10 differs from the one on Hackage. If you want the API additions that are present in network-2.2.1 on Hackage, be sure to use network-2.2.1.1 instead.

hpc-strobe-0.1: Hpc-generated strobes for a running Haskell program. Thorkil Naur announced the initial release of hpc-strobe, a rudimentary library that demonstrates the possibility of using Hpc (Haskell Program Coverage) to inspect the state of a running Haskell program. hpc-strobe uses the basic machinery provided by Hpc to produce multiple tix files, also called strobes, representing the coverage at different times while the program is running. By subtracting such two tix files, again using Hpc machinery, a tix file representing the expressions used between the times of recording the subtracted tix files is produced. This may be used, for example, to get a better idea of what a long-running program is doing. It could also be used as a profiling tool, getting information about how many times individual expressions are used.

BUG FIX release of regex-tdfa-1.1.2. ChrisK announced version 1.1.2 of regex-tdfa, a bug-fix release.

Silkworm game. Duane Johnson announced the release of Silkworm, a game written in Haskell using Hipmunk and GLFW.

Quotes of the Week
----
NeilBrown: I heard that if you chant "I don't think this can be done in Haskell" three times in front of a text editor, Don Stewart appears and implements it in one line...

bos: The last couple of times I've wanted a book like that, I wrote the book myself. It's a very effective way to get the book you want, compared to wishing.

====
完整信息见原文

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文