mirror of
https://github.com/justjavac/free-programming-books-zh_CN.git
synced 2025-01-18 07:52:52 +08:00
添加一级分类:函数式概念,添加语言相关:RW Ocaml的翻译版
This commit is contained in:
parent
abd1406b50
commit
8a83528960
11
README.md
11
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user