打印

HanDict - Hanzi Learner's Dict

HanDict - Hanzi Learner's Dict

  http://haskell.org/gtk2hs/gallery/apps/handict

Description          :         
Currently in alpha version, and un-released, HanDict will hopefully become a full-featured Hanzi dictionnary program.
In the meantime in can serve as a good Gtk2Hs demonstration. It is written by Jean-Philippe Bernardy.

It features
* plenty of Unicode, for displayng the Hanzi characters
* plenty of TreeViews, both true trees and plain lists, and user-sortablility as well.


TOP

http://en.wikipedia.org/wiki/Hanzi

TOP

http://upload.wikimedia.org/wikipedia/commons/4/4e/Zh-han4zi4.ogg

TOP

What's the Haskell?



http://www.google.com/search?hl=zh-CN&newwindow=1&q=Haskell&btnG=%E6%90%9C%E7%B4%A2&lr=lang_zh-CN
Haskell - 维基百科,自由的百科全书
维基百科,自由的百科全书. Haskell,是一门纯正的函数式程序设计语言。特式是利用很
簡單的敘述就可以完成Linked List、矩陣等數據結構

TOP

What's darcs:



http://cosoft.org.cn/html/osl/browse.php?form_cat=200&page=34
darcs是一个伴随CVS或arch的高级的版本修订控制系统。它有两个独特的
显著功能,这使它区别于其它版本修订控制系统:源代码的每一份拷贝是一个完整的功能

TOP

这个有点意思:)

TOP

引用:
darcs是一个伴随CVS或arch的高级的版本修订控制系统。它有两个独特的
显著功能,这使它区别于其它版本修订控制系统:源代码的每一份拷贝是一个完整的功能
看不明白。

http://freshmeat.net/projects/darcs/?topic_id=52

In spite of its power, darcs is simple to use, in part because of the symmetry that is restored by making each copy of the repository a branch.

这个决定了他的适用范围 -- 小项目。

TOP