{"id":13671561,"url":"https://github.com/lfkdsk/SICP-Magical-Book","last_synced_at":"2025-04-27T18:31:27.604Z","repository":{"id":94082794,"uuid":"82706237","full_name":"lfkdsk/SICP-Magical-Book","owner":"lfkdsk","description":"Magical Book The book uses dialects Scheme in the programming language Lisp to explain the core concepts of computer science, including abstraction, recursion, interpreters, and metalinguistic abstraction. Specific and micro-macroscopical to microcosmic to give a clear outline and context.","archived":false,"fork":false,"pushed_at":"2019-04-09T12:08:59.000Z","size":3172,"stargazers_count":230,"open_issues_count":0,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-21T12:05:16.008Z","etag":null,"topics":["compilers","functional-programming","gitbook","interpreters","open-course","sicp"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lfkdsk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-21T17:11:52.000Z","updated_at":"2025-04-04T04:38:37.000Z","dependencies_parsed_at":"2023-06-11T01:15:11.562Z","dependency_job_id":null,"html_url":"https://github.com/lfkdsk/SICP-Magical-Book","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdsk%2FSICP-Magical-Book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdsk%2FSICP-Magical-Book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdsk%2FSICP-Magical-Book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdsk%2FSICP-Magical-Book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfkdsk","download_url":"https://codeload.github.com/lfkdsk/SICP-Magical-Book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187179,"owners_count":21549597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compilers","functional-programming","gitbook","interpreters","open-course","sicp"],"created_at":"2024-08-02T09:01:13.185Z","updated_at":"2025-04-27T18:31:25.914Z","avatar_url":"https://github.com/lfkdsk.png","language":"Racket","funding_links":[],"categories":["Racket"],"sub_categories":[],"readme":"# SICP 的魔法\n\n**(整理自我自己的[博客](https://lfkdsk.github.io)，担心有些同学看github page不方便，单独开一个proj)**\n\n计算机科学的内容包罗万象，其中的经典的课程也是不胜枚举。但是在这其中SICP(Structure and Interpretation of Computer Programs)绝对是其中的经典和翘楚，在2008年以前SICP的MIT6.001课程历来是CS相关专业必修入门课程。\n\nSICP的核心内容是什么呢？众说纷云，有人说是一本有关Lisp／Scheme的书主要讲函数式编程的思想，有的说是一本有关解释器构造的入门书籍，和我们学过的龙书挂钩，但就我个人而言，SICP作为一本入门书更多的不是担负起介绍某一方面具体的知识的重任，而是从多个角度去教一个初学者从程序抽象、理解工程架构、学习DSL的构建方法......，不单纯介绍一方面的知识而是完备的形成一个闭环的去像你介绍什么是Computer Science。相比于这些当初选用`MIT Scheme`现在使用`Python`，不过是最大程度上减小编程语言本身的复杂度对学生理解的影响，个人觉得无足挂怀。\n\nSICP的各个版本的封面，都选择了魔法师作为其中的主要素材，这里也作为我这个系列的名字，让我们一起领略SICP的魔法。\n\n## How to get？\n\n**GitBook** ：[MagicSICP](https://www.gitbook.com/book/lfkdsk/magicsicp/details)\n\n\u003e GitBook 版本可提供在线预览和 pdf、epub、mobi 格式的下载\n\n## Chapters\n\n* [Scheme 基础和黑盒抽象](page/learn_sicp_0.md)\n* [过程的求值计算和高阶过程](page/learn_sicp_1.md)\n* [数据抽象、层次抽象](page/learn_sicp_2.md)\n* [符号演算和数据表示方法](page/learn_sicp_3.md)\n* [模块化、状态、环境](page/learn_sicp_4.md)\n* [实例:数字电路模拟](page/learn_sicp_5.md)\n* [并发、时间与流模拟](page/learn_sicp_6.md)\n* [元语言抽象](page/learn_sicp_7.md)\n\n## Feedback    \nPlease send your feedback as long as there occurs any inconvenience or problem. You can contact me with:\n* Email: lfk_dsk@hotmail.com  \n* Weibo: [@亦狂亦侠_亦温文](http://www.weibo.com/u/2443510260)  \n* Blog:  [刘丰恺](https://lfkdsk.github.io/)  \n\n## License\n\n[License File](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfkdsk%2FSICP-Magical-Book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfkdsk%2FSICP-Magical-Book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfkdsk%2FSICP-Magical-Book/lists"}