# sicp-tutorial **Repository Path**: zmwcodediy/sicp-tutorial ## Basic Information - **Project Name**: sicp-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SICP <计算机程序的构造与解释> ## sicp - [课程](https://www.math.pku.edu.cn/teachers/qiuzy/progtech) - [课件](https://www.math.pku.edu.cn/teachers/qiuzy/progtech/slides/) ## chezscheme - [github](https://github.com/cisco/ChezScheme) - [下载](https://github.com/cisco/ChezScheme/releases) - [文档](https://cisco.github.io/ChezScheme/) - 配置环境变量() ## vscode插件 - [code runner] - 修改`scheme`,`.scm`执行配置`scheme --script` - [chez scheme] - 语法高亮提示 ## Lisp 1. 语法规则简单 - 相比通用语言容易学习掌握 - 语法糖少 - 本身就是一个语法树的表示 2. 历史意义 - 开创了很多有意义的课题 3. SCIP - 概括了基本计算机程序编程理念