Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jks-liu/R6RS.zh-cn
R6RS 简体中文翻译
https://github.com/jks-liu/R6RS.zh-cn
Last synced: 12 days ago
JSON representation
R6RS 简体中文翻译
- Host: GitHub
- URL: https://github.com/jks-liu/R6RS.zh-cn
- Owner: jks-liu
- Created: 2014-07-09T09:05:41.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-29T07:50:20.000Z (over 7 years ago)
- Last Synced: 2024-08-02T03:12:01.575Z (3 months ago)
- Language: TeX
- Homepage: https://r6rs.mrliu.org/
- Size: 606 KB
- Stars: 79
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# R6RS简体中文翻译
* [在线阅读](https://r6rs.mrliu.org)
* [翻译时随手写了一些心得笔记。](https://r6rs.mrliu.org/r6rs-translation-experience/)
* 注:以上页面全部使用https进行连接。PDF版本正在进行中。
翻译参考了王咏刚翻译的R5RS。
[英文原文](http://www.r6rs.org/final/r6rs.pdf)
## PDF(目前处于未完成状态)
### 生成PDF
在[latex/document](/latex/document/)目录执行:``` bash
make -i
```参数`-i`表示忽略错误,遇到错误请直接回车。**请帮助我**:我不清楚为什么会有这些错误,请知道的人告诉我。我的编译环境是Raspberry Pi,使用的是TeX Live。
## 许可
我们认为这篇报告属于整个Scheme社区,并且我们授权任何人复制它的全部或部分。我们尤其鼓励Scheme的实现者使用本报告作为手册或其它文档的起点,必要时也可以对它进行修改。## 贡献
热烈欢迎Pull Requests。
注意,你提交Pull Requests的时候代表你同意将其置于**公有领域**。
任何类型的Pull Requests都是欢迎的,请将其提交到`develop`分支,方便我在不影响网站的情况下进行预览。