sicp (structure and interpretion of computer programs ,编号为6.001 )是麻省理工学院的一门经典计算机入门课程,虽然近年被另外一门课程所取代(6.00 或6.01 ),但最近好像有复活 的迹象。Perter Norvig 写了关于sicp的书评《It's the best!It's the worst! why the split? 》,可以看看。不过这本书我读起来比较难读,可能我在学习之前需要读一读《the little schemer 》,这本小书主要是关于递归,用很多例子来说明递归的用法,非常的简单有效,网络评价也很高.同时也可以试试用scheme解决99个lisp问题 ,这样可能能更好的巩固所学的知识。还有一个scheme入门 的网站课程也可以作为参考
sicp使用scheme程序设计语言(lisp语言的一个变种),相关的一些网站如下:
schemers.org
internet scheme repository
CMU scheme repository
scheme reports process
scheme hash
some links about functional programming
chris B.Browne 's collection of scheme resources
advanced scheme programming and implementation
principle of programming languages
lecture about scheme and lambda calculus
scheme bibliography
adu sicp course
functional programming in scheme
lambda the ultimate
program transformation
planet scheme
reddit 's scheme board
lambda bound
lambda resources
the dream interpreter and dream os (scheme interpreter and os written by scheme)
implementing lisp (a minimal lisp interpreter written by c(homepage ))
some free scheme books and scheme interpreters
scheme-based algorithms
lambda calculus tutorial (an easy tutorial, also see intro to programming language )
scheme相关书籍:
sicp online textbook ( solution )
simply scheme
the scheme programming language
how to design programs
concrete abstractions
programming language application and interpretion
structure and interpretion of classical mechanics (course site)
lisp相关网站:
Marty Hall 's lisp resources
common lisp wiki
History of lisp
planet lisp
reddit 's lisp board
Sean Luke 's Lisp at GMU
lisp相关书籍:
practical common lisp
on lisp
successful lisp
common lisp the language
common lisp a gentle introduction to symbol computation
funny site:
xkcd
jwz gruntle
DNA Lounge
其他:
gnu
git for beginners
free compilers and interpreters
arm-gcc development resources
freertos
winarm : gcc tool chain for arm in windows platform
how to be a programmer
wise warthog (recommendation for electronics resources)
一些有趣的人生格言
freebsd 开发手册
opengl中文教程
sdl英文教程
bitsavers :海量软件文档
nlab wiki (about set theory and type theory)
forthfreak wiki
forth interest group
important languages need to learn
free computer books
huihuo opensource book
math physics books..
您还没有登录,请您登录后再发表评论
《计算机程序构造和解释》(SICP,Structure and Interpretation of Computer Programs)是一本具有深远影响力的计算机科学教材,由Harold Abelson和Gerald Jay Sussman编写,MIT Press出版。这门课程由北京大学数学...
《计算机程序的构造与解释》(Structure and Interpretation of Computer Programs,简称SICP)是一本备受推崇的经典计算机科学教材,由Harold Abelson和Gerald Jay Sussman撰写,并由MIT出版社出版。这本书以其深入...
《SICP 2.2.4 节:图形语言》是计算机科学经典教材《结构与解释程序》(Structure and Interpretation of Computer Programs)中的一个重要章节,它深入介绍了如何利用编程来创建图形,以及如何设计和理解复杂的计算...
《SICP习题解答,主要第一章的内容习题答案》 SICP,全称《Structure and Interpretation of Computer Programs》(计算机程序的构造和解释),是计算机科学领域的一本经典教材,由MIT(麻省理工学院)的 Harold ...
### SICP——《计算机程序的结构与解释》 #### 一、概述 《计算机程序的结构与解释》(Structure and Interpretation of Computer Programs, 简称SICP)是一本由MIT电气工程与计算机科学系教授Harold Abelson和...
sicp in python 中文版 sicp in python 中文版 sicp in python 中文版 !!!download>>>https://github.com/wizardforcel/sicp-py-zh
本书名为《a_book_sicp_py》,是一本以Python语言为基础介绍设计模式和计算机科学基础的书籍。根据描述和部分内容,可以提炼出以下知识点: 1. 编程语言的重要性:在计算机科学的宽泛领域中,编程语言扮演着至关...
SICP中文第二版SICP中文第二版SICP中文第二版SICP中文第二版SICP中文第二版
标题中的"PyPI 官网下载 | sicp-0.0.1b102.dev4.tar.gz"指的是从Python的官方包索引(Python Package Index,简称PyPI)上下载的一个名为"sicp"的软件包的版本号为0.0.1b102.dev4的压缩文件,其格式是tar.gz。...
《SICP解题集》是一份专注于探讨和解答《结构与解释程序》(Structure and Interpretation of Computer Programs,简称SICP)一书中习题的资源。SICP是计算机科学领域的一本经典教材,由Harold Abelson、Gerald Jay ...
SICP 使用的scheme解释器 以前叫DrScheme
《计算机程序的构造和解释》(SICP)是一本极具影响力的计算机科学教材,由Harold Abelson和Gerald Jay Sussman所著,MIT出版社出版。这本书以其深入探讨编程概念、程序设计方法以及计算机系统的工作原理而闻名。1-3...
《SICP(Structure and Interpretation of Computer Programs)》是一本经典的计算机科学教材,由Harold Abelson和Gerald Jay Sussman所著,它强调了程序设计的基础和原理,特别是函数式编程思想。第二章主要探讨了...
SICP-Python版本
《SICP》全称是《Structure and Interpretation of Computer Programs》,中文译为《计算机程序的构造和解释》。这是一本经典的计算机科学教材,由Harvard大学的 Harold Abelson 和 Gerald Jay Sussman 教授撰写,...
Python SICP epub版本,很适合学习抽象的思想,用Python版本比lisp更实用
### 结构与解释计算机程序 (SICP) #### 标题和描述中的核心知识点解析 **《结构与解释计算机程序》(Structure and Interpretation of Computer Programs, SICP)** 是由哈佛大学的 Harold Abelson 和麻省理工学院...
《伯克利计算机思维训练课程SICP高清版》是一门深入浅出的计算机科学入门课程,旨在为初学者提供坚实的计算机思维基础和软件工程理念。该课程源于世界顶尖学府加州大学伯克利分校,以其高质量的教学内容和实用价值...
资源名称:sicp 和 操作系统:精髓与设计原理第七版资源截图: 资源太大,传百度网盘了,链接在附件中,有需要的同学自取。
相关推荐
《计算机程序构造和解释》(SICP,Structure and Interpretation of Computer Programs)是一本具有深远影响力的计算机科学教材,由Harold Abelson和Gerald Jay Sussman编写,MIT Press出版。这门课程由北京大学数学...
《计算机程序的构造与解释》(Structure and Interpretation of Computer Programs,简称SICP)是一本备受推崇的经典计算机科学教材,由Harold Abelson和Gerald Jay Sussman撰写,并由MIT出版社出版。这本书以其深入...
《SICP 2.2.4 节:图形语言》是计算机科学经典教材《结构与解释程序》(Structure and Interpretation of Computer Programs)中的一个重要章节,它深入介绍了如何利用编程来创建图形,以及如何设计和理解复杂的计算...
《SICP习题解答,主要第一章的内容习题答案》 SICP,全称《Structure and Interpretation of Computer Programs》(计算机程序的构造和解释),是计算机科学领域的一本经典教材,由MIT(麻省理工学院)的 Harold ...
### SICP——《计算机程序的结构与解释》 #### 一、概述 《计算机程序的结构与解释》(Structure and Interpretation of Computer Programs, 简称SICP)是一本由MIT电气工程与计算机科学系教授Harold Abelson和...
sicp in python 中文版 sicp in python 中文版 sicp in python 中文版 !!!download>>>https://github.com/wizardforcel/sicp-py-zh
本书名为《a_book_sicp_py》,是一本以Python语言为基础介绍设计模式和计算机科学基础的书籍。根据描述和部分内容,可以提炼出以下知识点: 1. 编程语言的重要性:在计算机科学的宽泛领域中,编程语言扮演着至关...
SICP中文第二版SICP中文第二版SICP中文第二版SICP中文第二版SICP中文第二版
标题中的"PyPI 官网下载 | sicp-0.0.1b102.dev4.tar.gz"指的是从Python的官方包索引(Python Package Index,简称PyPI)上下载的一个名为"sicp"的软件包的版本号为0.0.1b102.dev4的压缩文件,其格式是tar.gz。...
《SICP解题集》是一份专注于探讨和解答《结构与解释程序》(Structure and Interpretation of Computer Programs,简称SICP)一书中习题的资源。SICP是计算机科学领域的一本经典教材,由Harold Abelson、Gerald Jay ...
SICP 使用的scheme解释器 以前叫DrScheme
《计算机程序的构造和解释》(SICP)是一本极具影响力的计算机科学教材,由Harold Abelson和Gerald Jay Sussman所著,MIT出版社出版。这本书以其深入探讨编程概念、程序设计方法以及计算机系统的工作原理而闻名。1-3...
《SICP(Structure and Interpretation of Computer Programs)》是一本经典的计算机科学教材,由Harold Abelson和Gerald Jay Sussman所著,它强调了程序设计的基础和原理,特别是函数式编程思想。第二章主要探讨了...
SICP-Python版本
《SICP》全称是《Structure and Interpretation of Computer Programs》,中文译为《计算机程序的构造和解释》。这是一本经典的计算机科学教材,由Harvard大学的 Harold Abelson 和 Gerald Jay Sussman 教授撰写,...
Python SICP epub版本,很适合学习抽象的思想,用Python版本比lisp更实用
### 结构与解释计算机程序 (SICP) #### 标题和描述中的核心知识点解析 **《结构与解释计算机程序》(Structure and Interpretation of Computer Programs, SICP)** 是由哈佛大学的 Harold Abelson 和麻省理工学院...
《伯克利计算机思维训练课程SICP高清版》是一门深入浅出的计算机科学入门课程,旨在为初学者提供坚实的计算机思维基础和软件工程理念。该课程源于世界顶尖学府加州大学伯克利分校,以其高质量的教学内容和实用价值...
资源名称:sicp 和 操作系统:精髓与设计原理第七版资源截图: 资源太大,传百度网盘了,链接在附件中,有需要的同学自取。