├── 000-preface.md ├── 010-enter-scheme.md ├── 020-data-types.md ├── 030-forms.md ├── 040-conditionals.md ├── 050-lexical-variables.md ├── 060-recursion.md ├── 070-io.md ├── 080-macros.md ├── 090-structures.md ├── 100-alists-and-tables.md ├── 110-system-interface.md ├── 120-objects-and-classes.md ├── 130-jumps.md ├── 140-nondeterminism.md ├── 150-engines.md ├── 160-shell-scripts.md ├── 170-cgi-scripts.md ├── 200-appendix-a-scheme-dialects.md ├── 300-appendix-b-dos-batch-file.md ├── 400-appendix-c-numerical-techniques.md ├── 500-appendix-d-clock-for-infinity.md ├── 888-java-symbol-table.md ├── LICENSE ├── README.md └── count-chinese.py /000-preface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/000-preface.md -------------------------------------------------------------------------------- /010-enter-scheme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/010-enter-scheme.md -------------------------------------------------------------------------------- /020-data-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/020-data-types.md -------------------------------------------------------------------------------- /030-forms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/030-forms.md -------------------------------------------------------------------------------- /040-conditionals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/040-conditionals.md -------------------------------------------------------------------------------- /050-lexical-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/050-lexical-variables.md -------------------------------------------------------------------------------- /060-recursion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/060-recursion.md -------------------------------------------------------------------------------- /070-io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/070-io.md -------------------------------------------------------------------------------- /080-macros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/080-macros.md -------------------------------------------------------------------------------- /090-structures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/090-structures.md -------------------------------------------------------------------------------- /100-alists-and-tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/100-alists-and-tables.md -------------------------------------------------------------------------------- /110-system-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/110-system-interface.md -------------------------------------------------------------------------------- /120-objects-and-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/120-objects-and-classes.md -------------------------------------------------------------------------------- /130-jumps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/130-jumps.md -------------------------------------------------------------------------------- /140-nondeterminism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/140-nondeterminism.md -------------------------------------------------------------------------------- /150-engines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/150-engines.md -------------------------------------------------------------------------------- /160-shell-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/160-shell-scripts.md -------------------------------------------------------------------------------- /170-cgi-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/170-cgi-scripts.md -------------------------------------------------------------------------------- /200-appendix-a-scheme-dialects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/200-appendix-a-scheme-dialects.md -------------------------------------------------------------------------------- /300-appendix-b-dos-batch-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/300-appendix-b-dos-batch-file.md -------------------------------------------------------------------------------- /400-appendix-c-numerical-techniques.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/400-appendix-c-numerical-techniques.md -------------------------------------------------------------------------------- /500-appendix-d-clock-for-infinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/500-appendix-d-clock-for-infinity.md -------------------------------------------------------------------------------- /888-java-symbol-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/888-java-symbol-table.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/README.md -------------------------------------------------------------------------------- /count-chinese.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songjinghe/TYS-zh-translation/HEAD/count-chinese.py --------------------------------------------------------------------------------