• Stars
    star
    1,554
  • Rank 29,910 (Top 0.6 %)
  • Language
    Haskell
  • Created almost 12 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

《Real World Haskell》中文翻译项目

《Real World Haskell》中文翻译项目

本文档是 Real World Haskell 一书的简体中文翻译版本, 翻译工作正在进行中, 欢迎加入。

在线阅读本文档请访问: http://cnhaskell.com/

翻译进度与译者名单

以下列出的是本文档各个章节目前的翻译进度, 以及完成这些翻译的译者们, 感谢所有译者为本文档所做的贡献!

章节 译者 翻译进度
第 1 章 freizl 已完成
第 2 章 huangzsancao2 已完成
第 3 章 huangzhbrlssancao2 已完成
第 4 章 huangzruujoasancao2Forec 已完成
第 5 章 huangzlabyrlnth 已完成
第 6 章 huangzlabyrlnthYenvYsancao2 已完成
第 7 章 yanguango 已完成
第 8 章 bladewang 已完成
第 9 章 spectatorForec 已完成
第 10 章 labyrlnth 已完成
第 11 章 labyrlnth 已完成
第 12 章 YenvY 已完成
第 13 章 huangzlabyrlnth 已完成
第 14 章 tiann 已完成
第 15 章 Forec 已完成
第 16 章 Lvwenlong 已完成
第 17 章 Forechltj 翻译进行中
第 18 章 Javran 已完成
第 19 章 tiancaiamao 已完成
第 20 章 bladewang 已完成
第 21 章 huangz 已完成
第 22 章 huangz 已完成
第 23 章 se77en 已完成
第 24 章 bladewangForec 已完成
第 25 章 Allan Zyne 已完成
第 26 章 xnnyygnForec 已完成
第 27 章 bladewang 已完成
第 28 章 freizl 已完成

* 同一章的多个译者按照参与翻译工作的先后进行排序。

全书目前的翻译进度:

状态 已完成 正在进行 等待认领
数量 27 章 1 章 0 章

贡献者名单

以下人员通过提交补丁、反馈意见等方式为本项目做出了贡献, 特此鸣谢!

翻译认领规则

为了避免多个译者同时翻译相同章节的情况出现, 请按照以下规则认领自己要翻译的章节:

  1. 开一个 issue ,告诉大家你想翻译哪一章或者哪一节,并且确保 issue 页面里面没有其他人在翻译相同的章节。
  2. 开始翻译你认领的章节。
  3. 完成翻译之后,关闭 issue 。

有任何问题或建议也请开 issue 讨论。

翻译术语

译者在遇到专门的技术术语时, 可以参考《翻译约定》中已有的术语翻译方法, 但是在有需要的时候, 也可以自行选择最适合的译法。

版权

本文档和原书一样, 通过 CC 协议进行署名-非商业性使用授权。

More Repositories

1

redis-3.0-annotated

带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
C
10,044
star
2

annotated_redis_source

带有详细注释的 Redis 2.6 源码
C
2,331
star
3

redis

《Redis Command Reference》全文的中文翻译版。
HTML
1,756
star
4

redisbook

《Redis 设计与实现》(网络版)的书稿源码
TeX
1,507
star
5

SICP-answers

我的 SICP 解题集
Scheme
881
star
6

riacn-code

《Redis实战》一书的相关源码。
Python
336
star
7

cngolib.com

Go 标准库中文文档
HTML
250
star
8

redis-manual-code

《Redis使用手册》的随书示例代码。
Python
169
star
9

redis-mindmap

Redis 命令脑图
125
star
10

clojure_api_cn

Clojure API 文档的中文翻译版
HTML
124
star
11

reading_redis_source

Redis 源码阅读
C
111
star
12

postgresql-mindmap

收集我做的一些PostgreSQL脑图。
71
star
13

python-mindmap

Python相关脑图资源库。
66
star
14

ooredis

基于 redis-py 之上的一个 Mapper ,让你以更 pythonic 的方式来操作 Redis 。
Python
63
star
15

note

我的个人笔记。
C
58
star
16

redisbook1e-gallery

《Redis 设计与实现》图片集 & 图片源码
Python
53
star
17

pgsqlcn

《PostgreSQL手册》中文翻译项目
HTML
45
star
18

DisqueBook

《Disque 使用教程》
HTML
36
star
19

storm_orm_tutorial_cn

Python Storm ORM 库 Tutorial 中文版。
Python
23
star
20

A-Gentle-Introduction-To-Haskell-Chinese-Edition

Haskell官方教程的中文翻译版。
Python
19
star
21

spring

《SICP 解题集》所使用的 Sphinx 样式。
17
star
22

der

《Redis 设计与实现》所使用的 sphinx 样式。
CSS
17
star
23

redis-cheatsheet

《Redis 命令速查表》
14
star
24

LearnRedis-website

《Redis入门与实战》的读者服务网站。
HTML
14
star
25

riacn-website

《Redis 实战》的支持网站
Python
14
star
26

2017-guangzhou-gopher-meetup

这是我在 2017 年 9 月 9 日广州 Gopher meetup 演讲时的演讲稿以及代码,演讲视频请见:http://www.itdks.com/dakashuo/new/eventlist/detail/1262 ,其他演讲者的演讲稿请见:https://github.com/gopherchina/meetup/tree/master/Guangzhou/20170909
Go
14
star
27

postgresql-doc-cn

PostgreSQL 数据库中文手册
Python
14
star
28

GPWG-website

《Get Programming with Go》中文版的读者服务网站。
HTML
13
star
29

redisbook1e

新版《Redis 设计与实现》的支持网站。
Python
12
star
30

redis_cookbook

自己撰写的一些关于Redis用例的文章,目前停滞中。。。
Python
12
star
31

SimpleMQ

SimpleMQ 是一个简单易用的消息队列(MQ,message queue)库,使用 Python2 写成,以 Reids 作为后端。
Python
8
star
32

redis_lock_algorithm

使用 redis 构造锁
Ruby
8
star
33

real_world_haskell_note

《Real World Haskell》的读书笔记。
Python
8
star
34

redis-manual-errata

《Redis使用手册》的勘误页面。
7
star
35

postgresql-notes

个人的一些PostgreSQL小笔记
6
star
36

gwpcn-translation-manuscript

《Go Web 编程》的翻译手稿集。
5
star
37

huangz.works

个人主页
HTML
5
star
38

redis-manual-website

《Redis使用手册》一书的读者服务网站。
Python
5
star
39

shame-on-you

Ansi Common Lisp 协作翻译项目被恶意转载的邮件通讯记录
4
star
40

experiment-redis

Redis fork for experiment propose / 实验用 Redis 。
C
3
star
41

ooredis_doc

OORedis 项目的文档
Python
3
star
42

gist

主要用来存放一些临时使用的小脚本。
Python
3
star
43

autistic

Autistic 是一个用 Neo4j 实现基本社交关系的库。
Clojure
3
star
44

redis-usage-collection

《Redis经典应用实例》的随书源码。
2
star
45

testing_github

hey, mom, i'm hosting code in github now!
2
star
46

gwp

《Go web 编程》读者服务网站。
HTML
2
star