# Real World Haskell 中文版
> Warning
> 《Real World Haskell》中文版现在可以通过域名 [cnhaskell.com](http://cnhaskell.com) 快速进行访问,请各位读者使用新域名访问本文档,原有的域名 rwh.rtfd.org 以及 rwh.readthedocs.org 将在一段时间之后被废弃。
2015 年 8 月 30 宣
![_images/cover.jpg](https://box.kancloud.cn/2015-09-04_55e90c40a7ccc.jpg)
本文档是 [Real World Haskell](http://book.realworldhaskell.org/) 一书的简体中文翻译版本,翻译工作正在进行中,欢迎加入: [https://github.com/huangz1990/real-world-haskell-cn](https://github.com/huangz1990/real-world-haskell-cn)
## 关于
以下人员参与了本文档的翻译工作:
- [huangz](https://github.com/huangz1990)
- [Haisheng, Wu](https://github.com/freizl)
- [Albert](https://github.com/hbrls)
- [Guang Yang](https://github.com/yanguango)
- [labyrlnth](https://github.com/labyrlnth)
- [Javran Cheng](https://github.com/Javran)
- [bladewang](https://github.com/bladewang)
- [spectator](https://github.com/spectatorwatcher)
- [tiancaiamao](https://github.com/tiancaiamao)
除了进行翻译之外,本文档还在原书的基础上做了以下改进:
- 修正原文正文和代码中的错误
- 更新代码以符合最新的 Hasekll 规范
- 在一些比较复杂的地方添加注释,帮助理解
关注项目进度 / 反馈意见或建议 / 提交你的翻译贡献,请访问[项目的 github 页面](https://github.com/huangz1990/real-world-haskell-cn) 。
本文档的部分内容参考了 [AlbertLee](http://www.feime.net/) 的译本,在此对他表示感谢。
## 版权
本文档和原书一样,通过 CC 协议进行[署名-非商业性使用](http://creativecommons.org/licenses/by-nc/3.0/deed.zh) 授权。
- Real World Haskell 中文版
- 第一章:入门
- 第二章:类型和函数
- 第三章:Defining Types, Streamlining Functions
- 第四章:函数式编程
- 第五章:编写 JSON 库
- 第六章:类型类
- 第七章:I/O
- 第八章:高效文件处理、正则表达式、文件名匹配
- 第九章:I/O学习 —— 构建一个用于搜索文件系统的库
- 第十章:代码案例学习:解析二进制数据格式
- 第十一章:测试和质量保障
- 第十三章:数据结构
- 第十八章: Monad变换器
- 第十九章: 错误处理
- 第二十章:使用 Haskell 进行系统编程
- 第二十一章:数据库的使用
- 第二十二章:扩展示例 —— Web 客户端编程
- 第二七章:Socket 和 Syslog
- 第二十八章:软件事务内存 (STM)
- 翻译约定