diff --git a/README.md b/README.md index f8142a8..a291bf0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ * [Ruby](#ruby) * [Rust](#rust) * [Scala](#scala) - * [Scheme](#scheme) * [Shell](#shell) * [Swift](#swift) @@ -404,9 +403,14 @@ * [一份不太简短的 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) +* 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 @@ -516,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)