[三道贩子] Haskell Weekly News: Issue 108
Haskell Weekly News: Issue 108 - March 7, 2009
http://sequence.complete.org/hwn/20090307
Announcements
----
storable 0.1 -- Storable type class for variable-sized data. Tomáš
Janoušek [4]announced the first release of the [5]storable library,
which fills the gap between Foreign.Storable and Data.Binary by adding
support for marshalling (finite) values of variable-sized data types,
like lists or trees, while preserving the performance and memory
efficiency one expects from the Storable class. It also provides a
(monadic) syntactic sugar that takes care of alignment restrictions by
itself and makes instance deriving easy.
The Industrial Haskell Group. Duncan Coutts [8]announced the creation
of the [9]Industrial Haskell Group (IHG). The IHG is an organisation to
support the needs of commercial users of the Haskell programming
language. Currently, the main activity of the IHG is a collaborative
development scheme, in which multiple companies fund work on the
Haskell development platform to their mutual benefit. The scheme has
started with three partners of the IHG, including Galois and Amgen.
Extensible and Modular Generics for the Masses: emgm-0.3. Sean Leather
[19]announced the third major release of [20]Extensible and Modular
Generics for the Masses (EMGM), a library for generic programming in
Haskell using type classes and a sum-of-products view. Deriving is now
greatly improved, and there are several new functions, including case,
everywhere, and everywhere'.
major speed improvement: regex-tdfa reaches 1.0.0. ChrisK proudly
[21]announced the version 1.0.0 release of [22]regex-tdfa. This is is
not just a bug fix release; it is a serious improvement in the
asymptotic running time of the library algorithms.
----
完整的内容见原文
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,早先确实看到邮件了,不过没怎么留意。
比原来的抽象和很多,不过还是能看懂的继续能看懂,看不明白的仍然看不明白
里面一条消息说,Haskell 要改 logo 了。
http://community.haskell.org/~eelco/poll.html
前段时间我们也举行过类似活动嘛!
我比较喜欢下面这个:
[ 本帖最后由 win_hate 于 2009-3-9 11:35 编辑 ]