sicp
There are 370 repositories under sicp topic.
DeathKing/Learning-SICP
MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。
wizardforcel/sicp-py-zh
:book:【译】UCB CS61a SICP Python
jiacai2050/sicp
📖 SICP 读书笔记,习题解答
source-academy/sicp
XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions
zv/SICP-guile
SICP in Guile & Emacs Lisp
csfive/composing-programs-zh
🦊 CS61A 教材 Composing Programs 的中文翻译
lfkdsk/SICP-Magical-Book
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.
sicp-lang/sicp
A SICP language for Racket.
apachecn/sicp-js-zh
:book: 【译】NUS CS1101s SICP JavaScript 描述
v-kolesnikov/sicp
SICP on Clojure
fedehc/SICP-ES
Traducción al español de la 2° edición del libro "Structure and Interpretation of Computer Programs" (SICP).
jiacai2050/learn_clojure.mp4
📺 国内第一套 Clojure 视频课程,Let Lisp Rocks !
soulomoon/SICP
:sparkles:practice for SICP, the wizard book < Structure and Interpretation of Computer Programs >
apachecn/sicp-py-zh
:book: [译] UCB CS61a SICP Python 描述 中文版
jdormit/sicp-logic
A Clojure implementation of the logic programming language from chapter 4 of SICP
nebhrajani-a/sicp
Racket implementation and notes for SICP's video lectures.
godrm/SICP-Swift
SICP with Swift 해설 프로젝트
ilmotta/sicp-org
Structure and Interpretation of Computer Programs 2nd Edition in Org format.
sicpjs/estrutura-e-interpretacao-de-programas-de-computador-javascript
λ — Tradução em pt-br de "Structure and Interpretation of Computer Programs — JavaScript Adaptation"
Perry961002/SICP
:art:What I have stored is the reading notes of SICP and the solutions of the exercises after class.:art:SICP(计算机程序的构造和解释) 的学习笔记,习题解答
Olical/vim-scheme
Interact with MIT Scheme from Neovim (deprecated, use Conjure instead!)
lambda-study-group/sicp
Exercises of Structure and Interpretation of Computer Programs in different languages
sgalal/cs61a
sgal's solution for CS 61A, Summer 2019, most of which in one line
cy-Yin/UCBerkeley-CS61A-Fall2023
This repo contains all the materials and solutions of UC Berkeley CS 61A fall semester 2023
zxymike93/SICP
《计算机程序的构造与解释》题解、笔记
adityaathalye/sicp
Yet another scheme to fathom the Structure and Interpretation of Computer Programs.
Halbmond/Structure-and-Interpretation-of-Computer-Programs
Shortest Racket Code Collection
samirose/sicp-compiler-project
A Scheme to WAT/WASM compiler in spirit of SICP exercises 5.49-52
ryukinix/lisp-insights
A personal repository of notes about learning lisp patterns
jjl9807/nju-sicp-2021fa
Structure and Interpretation of Computer Programs (SICP) , Fall 2021, Nanjing University
cxphoe/SICP-solutions
Solutions for SICP
jackrosenthal/sdraw-racket
Draw cons-cell diagrams using Racket's pict library
rami3l/yascm
Yet another Scheme interpreter.
justinmeiners/exercises
Exercises I do from books, articles, etc.