Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksco/BuildYourOwnLispCn
Build Your Own Lisp 中文版
https://github.com/ksco/BuildYourOwnLispCn
c lisp-interpreter programming-language
Last synced: 3 months ago
JSON representation
Build Your Own Lisp 中文版
- Host: GitHub
- URL: https://github.com/ksco/BuildYourOwnLispCn
- Owner: ksco
- Archived: true
- Created: 2015-10-24T12:36:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T19:20:47.000Z (about 6 years ago)
- Last Synced: 2024-05-13T23:56:24.699Z (6 months ago)
- Topics: c, lisp-interpreter, programming-language
- Homepage: https://ksco.gitbooks.io/build-your-own-lisp/
- Size: 121 KB
- Stars: 147
- Watchers: 6
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 第零零章 • 关于
在本书中,你将在学习 C 语言的同时学会编写你自己的编程语言——一个 1000 行左右代码的简单 Lisp。不过我们并不是从零开始编写的,在代码中我用到了一个外部的库来完成一些初始化的工作。但是剩下的最重要的部分都是我们一行一行编写的,而且在本书结束时,你将会拥有一个属于自己的“麻雀虽小,五脏俱全”的 Lisp。
很多人非常想学习 C 语言,但却无从下手。现在大可不必担心了。如果你能坚持看完本书,我敢保证,至少你将拥有一个非常酷的新语言可以把玩,说不定还能成为一个熟练的 C 程序员呢!
### 原作者(Author):Daniel Holden ([email protected])
- 阅读地址:http://buildyourownlisp.com/
- 项目主页:[BuildYourOwnLisp](https://github.com/orangeduck/BuildYourOwnLisp)
- 共享协议:[CC BY-NC-SA 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/)### 译者(Translator):KSCO ([email protected])
- 阅读地址:https://ksco.gitbooks.io/build-your-own-lisp/
- 项目主页:[BuildYourOwnLispCn](https://github.com/ksco/BuildYourOwnLispCn)
- 共享协议:[CC BY-NC-SA 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/)