From 8a835289607bf0f169b486ff717aefe11f4b0cd3 Mon Sep 17 00:00:00 2001 From: izuo Date: Fri, 23 Oct 2015 23:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E7=BA=A7=E5=88=86?= =?UTF-8?q?=E7=B1=BB:=E5=87=BD=E6=95=B0=E5=BC=8F=E6=A6=82=E5=BF=B5?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=AF=AD=E8=A8=80=E7=9B=B8=E5=85=B3?= =?UTF-8?q?:RW=20Ocaml=E7=9A=84=E7=BF=BB=E8=AF=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b24c4..967a8c5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ * [智能系统](#智能系统) * [分布式系统](#分布式系统) * [编译原理](#编译原理) + * [函数式概念](#函数式概念) * [计算机图形学](#计算机图形学) * [WEB服务器](#web服务器) * [版本控制](#版本控制) @@ -56,6 +57,7 @@ * [LaTeX](#latex) * [LISP](#lisp) * [Lua](#lua) + * [OCaml](#OCaml) * [Perl](#perl) * [PHP](#php) * [Prolog](#prolog) @@ -104,6 +106,9 @@ ### 编译原理 * [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP) +### 函数式概念 +* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) + ### 计算机图形学 * [OpenGL 教程](https://github.com/zilongshanren/opengl-tutorials) @@ -448,6 +453,10 @@ * [Lua源码欣赏](http://www.codingnow.com/temp/readinglua.pdf) * [lua程序设计](http://book.luaer.cn/) +### OCaml + +* [Real World OCaml](https://github.com/zforget/translation/tree/master/real_world_ocaml) + ### Perl * [Modern Perl 中文版](https://github.com/horus/modern_perl_book) @@ -546,7 +555,7 @@ ### Rust -* [rust book 中文翻译](https://www.gitbook.com/book/kaisery/rust-book-chinese/details) +* [rust book 中文翻译](https://www.gitbook.com/book/kaisery/rust-book-chinese/details) ### Scala