From 2b2cfb3223ebdf8ab0540d57a5293d01827113f4 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Mon, 3 Aug 2015 14:07:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Racket=20book=EF=BC=8C?= =?UTF-8?q?=E6=95=B4=E7=90=86=20LISP=20=E6=A0=8F=E7=9B=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8142a8..d0a73cc 100644 --- a/README.md +++ b/README.md @@ -404,9 +404,11 @@ * [一份不太简短的 LATEX 2ε 介绍](http://www.mohu.org/info/lshort-cn.pdf) (PDF版) ### LISP - -* [ANSI Common Lisp 中文翻譯版](http://acl.readthedocs.org/en/latest/) -* [On Lisp 中文翻译版本](http://www.ituring.com.cn/minibook/862) +* Common Lisp + * [ANSI Common Lisp 中文翻譯版](http://acl.readthedocs.org/en/latest/) + * [On Lisp 中文翻译版本](http://www.ituring.com.cn/minibook/862) +* Racket + * [Racket book](https://github.com/tyrchen/racket-book) ### Lua From 95946a91975b74e6d1d020c76e16686f623cca1e Mon Sep 17 00:00:00 2001 From: myd7349 Date: Mon, 3 Aug 2015 14:24:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B0=86=20Scheme=20=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=88=B0=20LISP=20=E6=A0=8F=E7=9B=AE?= =?UTF-8?q?=E4=B8=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d0a73cc..a291bf0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ * [Ruby](#ruby) * [Rust](#rust) * [Scala](#scala) - * [Scheme](#scheme) * [Shell](#shell) * [Swift](#swift) @@ -407,8 +406,11 @@ * Common Lisp * [ANSI Common Lisp 中文翻譯版](http://acl.readthedocs.org/en/latest/) * [On Lisp 中文翻译版本](http://www.ituring.com.cn/minibook/862) -* Racket - * [Racket book](https://github.com/tyrchen/racket-book) +* Scheme + * [Yet Another Scheme Tutorial Scheme入门教程](http://deathking.github.io/yast-cn/) + * [Scheme语言简明教程](http://songjinghe.github.io/TYS-zh-translation/) + * Racket + * [Racket book](https://github.com/tyrchen/racket-book) ### Lua @@ -518,10 +520,6 @@ * [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)(Twitter的Scala最佳实践的中文翻译) * [Scala指南](http://zh.scala-tour.com/) -### Scheme -* [Yet Another Scheme Tutorial Scheme入门教程](http://deathking.github.io/yast-cn/) -* [Scheme语言简明教程](http://songjinghe.github.io/TYS-zh-translation/) - ### Shell * [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)