All Projects → songjinghe → Tys Zh Translation

songjinghe / Tys Zh Translation

Licence: gpl-3.0
A Chinese translation of "teach-yourself-scheme-in-fixnum-days"

Programming Languages

python
139335 projects - #7 most used programming language
scheme
763 projects

Projects that are alternatives of or similar to Tys Zh Translation

Swiftui Tutorials
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
Stars: ✭ 1,992 (+1245.95%)
Mutual labels:  tutorial, chinese-translation
Teachyourselfcs Cn
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
Stars: ✭ 11,772 (+7854.05%)
Mutual labels:  tutorial, chinese-translation
Pyqt5 Chinese Tutorial
PyQt5中文教程
Stars: ✭ 2,574 (+1639.19%)
Mutual labels:  tutorial, chinese-translation
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-3.38%)
Mutual labels:  tutorial
Vk raytracing tutorial
Vulkan ray tracing tutorials
Stars: ✭ 144 (-2.7%)
Mutual labels:  tutorial
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (-2.03%)
Mutual labels:  tutorial
Docker Swarm Tutorial
Docker Swarm 基本教學 - 從無到有 Docker-Swarm-Beginners-Guide📝
Stars: ✭ 148 (+0%)
Mutual labels:  tutorial
Learn Javascript
Learn Plain JavaScript from Top Articles of 2017
Stars: ✭ 142 (-4.05%)
Mutual labels:  tutorial
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-2.7%)
Mutual labels:  tutorial
Scipy con 2019
Tutorial Sessions for SciPy Con 2019
Stars: ✭ 142 (-4.05%)
Mutual labels:  tutorial
Google2csv
Google2Csv a simple google scraper that saves the results on a csv/xlsx/jsonl file
Stars: ✭ 145 (-2.03%)
Mutual labels:  tutorial
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (-2.7%)
Mutual labels:  tutorial
Elmo Tutorial
A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)
Stars: ✭ 145 (-2.03%)
Mutual labels:  tutorial
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+8132.43%)
Mutual labels:  tutorial
Expressjs
This is the repository for my course, Building a Website with Node.js and Express.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 143 (-3.38%)
Mutual labels:  tutorial
Tensorflow Cheatsheet
My personal reference for Tensorflow
Stars: ✭ 147 (-0.68%)
Mutual labels:  tutorial
Bootstrap4
Repository for my tutorial course: Bootstrap 4 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 142 (-4.05%)
Mutual labels:  tutorial
Vuejs2 Authentication Tutorial
Stars: ✭ 144 (-2.7%)
Mutual labels:  tutorial
Zalo.github.io
A home for knowledge that is hard to find elsewhere
Stars: ✭ 143 (-3.38%)
Mutual labels:  tutorial
Tutorial Utilizing Kg
Resources for Tutorial on "Utilizing Knowledge Graphs in Text-centric Information Retrieval"
Stars: ✭ 148 (+0%)
Mutual labels:  tutorial

TYS-zh-translation

A Chinese translation of "teach-yourself-scheme-in-fixnum-days"

Scheme简明教程

整体用markdown编写,生成html在http://songjinghe.github.io/TYS-zh-translation/

《Teach Yourself Scheme in Fixnum Days》的中文翻译,译者水平有限,如有错误希望大家积极反馈。

说明

大部分Scheme的教程仅仅教授一些Scheme的语法,而对于Scheme的高级特性如call/cc绝口不提。有过一些编程经验(特别是Python和Javascript等动态语言)的程序员会觉得《Teach Yourself Scheme in Fixnum Days》非常适合他们,因为他们只有看一眼马上就明白了Scheme与其他语言相同的地方,因此对某些絮絮叨叨讲语法等基础知识的教程(如下面的YAST)感到厌烦。而这篇文章主要是在讲Scheme不同于其他编程语言的地方(不包括语法),以及这种不同是如何应用在Scheme的代码中产生神奇的效果的。当然还有一些命令行和网站CGI的东西,也许某些人希望了解一些。

此外,本文还可以作为MzScheme(即现在的Racket语言,之前叫PLT-Scheme)的入门教程。因为本文使用的Scheme实现即是MzScheme。希望更深入学习Racket Lisp但感觉缺乏基础的同志可以看看。

其他资源(other resources)

日本紫藤貴文(Takafumi Shido)先生《Yet Another Scheme Tutorial(Scheme入门教程)》的中文译文: https://github.com/DeathKing/yast-cn

All feedbacks are welcome!

  • please using issues, or
  • send me pull request!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].