An open API service providing repository metadata for many open source software ecosystems.

Topic: "sicp"

DeathKing/Learning-SICP

MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。

Language: Ruby - Size: 8.66 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 11,120 - Forks: 1,546

wizardforcel/sicp-py-zh

:book:【译】UCB CS61a SICP Python

Language: CSS - Size: 2.71 MB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 2,245 - Forks: 338

jiacai2050/sicp

📖 SICP 读书笔记,习题解答

Language: Scheme - Size: 13.8 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1,235 - Forks: 183

source-academy/sicp

XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions

Language: JavaScript - Size: 223 MB - Last synced at: 12 days ago - Pushed at: 18 days ago - Stars: 956 - Forks: 129

zv/SICP-guile

SICP in Guile & Emacs Lisp

Language: Racket - Size: 496 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 673 - Forks: 48

csfive/composing-programs-zh

🦊 CS61A 教材 Composing Programs 的中文翻译

Language: JavaScript - Size: 1.58 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 535 - Forks: 108

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.

Language: Racket - Size: 3.03 MB - Last synced at: 3 days ago - Pushed at: about 6 years ago - Stars: 231 - Forks: 19

sicp-lang/sicp

A SICP language for Racket.

Language: Racket - Size: 169 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 185 - Forks: 26

apachecn/sicp-js-zh

:book: 【译】NUS CS1101s SICP JavaScript 描述

Language: JavaScript - Size: 11.1 MB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 161 - Forks: 16

v-kolesnikov/sicp

SICP on Clojure

Language: Clojure - Size: 429 KB - Last synced at: 2 days ago - Pushed at: almost 2 years ago - Stars: 130 - Forks: 16

hexlet-boilerplates/sicp-racket

Language: Racket - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 126 - Forks: 47

jiacai2050/learn_clojure.mp4

📺 国内第一套 Clojure 视频课程,Let Lisp Rocks !

Size: 4.6 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 112 - Forks: 12

soulomoon/SICP

:sparkles:practice for SICP, the wizard book < Structure and Interpretation of Computer Programs >

Language: Scheme - Size: 4.95 MB - Last synced at: about 9 hours ago - Pushed at: over 5 years ago - Stars: 101 - Forks: 19

apachecn/sicp-py-zh 📦

:book: [译] UCB CS61a SICP Python 描述 中文版

Language: CSS - Size: 3.02 MB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 84 - Forks: 23

fedehc/SICP-ES 📦

Traducción al español de la 2° edición del libro "Structure and Interpretation of Computer Programs" (SICP).

Size: 5.85 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 70 - Forks: 20

jdormit/sicp-logic

A Clojure implementation of the logic programming language from chapter 4 of SICP

Language: Clojure - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 68 - Forks: 2

nebhrajani-a/sicp

Racket implementation and notes for SICP's video lectures.

Language: Racket - Size: 54.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 62 - Forks: 3

godrm/SICP-Swift

SICP with Swift 해설 프로젝트

Size: 1.01 MB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 52 - Forks: 1

sicpjs/estrutura-e-interpretacao-de-programas-de-computador-javascript

λ — Tradução em pt-br de "Structure and Interpretation of Computer Programs — JavaScript Adaptation"

Size: 71.3 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 36 - Forks: 5

Perry961002/SICP

:art:What I have stored is the reading notes of SICP and the solutions of the exercises after class.:art:SICP(计算机程序的构造和解释) 的学习笔记,习题解答

Language: Scheme - Size: 28.2 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 33 - Forks: 7

Olical/vim-scheme

Interact with MIT Scheme from Neovim (deprecated, use Conjure instead!)

Language: Vim script - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 30 - Forks: 7

sgalal/cs61a

sgal's solution for CS 61A, Summer 2019, most of which in one line

Language: Python - Size: 492 KB - Last synced at: about 14 hours ago - Pushed at: over 5 years ago - Stars: 25 - Forks: 6

lambda-study-group/sicp

Exercises of Structure and Interpretation of Computer Programs in different languages

Language: Clojure - Size: 496 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 24 - Forks: 1

adityaathalye/sicp

Yet another scheme to fathom the Structure and Interpretation of Computer Programs.

Language: Scheme - Size: 1.07 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 21 - Forks: 4

samirose/sicp-compiler-project

A Scheme to WAT/WASM compiler in spirit of SICP exercises 5.49-52

Language: WebAssembly - Size: 637 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 19 - Forks: 2

Halbmond/Structure-and-Interpretation-of-Computer-Programs

Shortest Racket Code Collection

Language: Scheme - Size: 9.4 MB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 18 - Forks: 5

ilmotta/sicp-org

Structure and Interpretation of Computer Programs 2nd Edition in Org format.

Language: Emacs Lisp - Size: 1.39 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 2

jjl9807/nju-sicp-2021fa

Structure and Interpretation of Computer Programs (SICP) , Fall 2021, Nanjing University

Language: JavaScript - Size: 69.7 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 15 - Forks: 5

ryukinix/lisp-insights

A personal repository of notes about learning lisp patterns

Language: Common Lisp - Size: 490 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 2

wuxueqian14/cs61a-spring-2021

Record learning cs61a spring 2021

Language: JavaScript - Size: 14 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 2

jackrosenthal/sdraw-racket

Draw cons-cell diagrams using Racket's pict library

Language: Racket - Size: 28.3 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 0

csfive/CS61A

🚧

Language: Jupyter Notebook - Size: 5.29 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 0

rami3l/yascm

Yet another Scheme interpreter.

Language: Scala - Size: 114 KB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 0

mput/sicp-solutions

SICP solutions in Racket

Language: Racket - Size: 1.28 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 1

cxphoe/SICP-solutions

Solutions for SICP

Language: Racket - Size: 209 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 10 - Forks: 5

hexinatgithub/sicp-python3

sicp的python3版本

Language: Python - Size: 7.35 MB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 10 - Forks: 3

xxyzz/SICP

Abracadabra!

Language: Racket - Size: 569 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 2

ixiongdi/sicp

计算机程序的构造和解释

Language: Scheme - Size: 31.1 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 3

w3ntao/sicp-solution

SICP solution in Racket

Language: Racket - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 9 - Forks: 1

hidekuno/rust-elisp

Mini lisp a like scheme in Rust

Language: Rust - Size: 1.43 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 8 - Forks: 1

thautwarm/ml-to-scheme

Allow using ML to teach courses that're usually given in LISPs

Language: Python - Size: 229 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 0

jlollis/sicp-solutions

🧙 Solutions to exercises from SICP

Language: Scheme - Size: 32 MB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

kana-sama/sicp

My solutions to SICP exercises

Language: Scheme - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 0

kchousos/SICP-solutions

My solutions to the SICP exercises.

Language: TeX - Size: 610 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

gordun209-hub/awesome-bookmarks

awesome bookmarks, mostly about programming, cs, algorithms and unix

Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

Lw-Cui/LSI

Liwei's Scheme interpreter (and painter).

Language: C++ - Size: 792 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

daicang/Scheme-meta-circular-evaluator

Scheme meta-circular evaluator from SICP chapter 4.

Language: Scheme - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 5 - Forks: 0

andrew--r/sicp

My solutions of SICP exercises

Language: Racket - Size: 113 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

orion-orion/SICP-Python

🔨用Python实现巫师书(the Wizard Book)《SICP》(Hal Abelson等著)的所有示例程序。正在施工🚧中。。。。有空就更,没空就鸽了(づ ̄ 3 ̄)づ

Language: Python - Size: 80.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

xlxs4/sicp-guile

Answers to "Structure and Interpretation of Computer Programs" (SICP) in Guile Scheme (and some Racket (and some Chicken Scheme))

Language: Scheme - Size: 240 KB - Last synced at: 18 minutes ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

asukaminato0721/Software-Design-for-Flexibility-Translation

Chinese translation for sicp3

Size: 1.43 MB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

wesdoyle/sicp-meetup

Structure and Interpretation of Computer Programs Meetup

Language: Scheme - Size: 479 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

initNirvana/LifeCoding

공부한 흔적과 dotfiles 자료

Language: Jupyter Notebook - Size: 21.8 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

enzoleo/sicp

My own solutions to Structure and Interpretation of Computer Programs (SICP) exercises in different programming languages.

Language: Haskell - Size: 235 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

magic3007/sicp

🎣 Implementation for the lesson Functional Programming(2020 Spring, advised by Wei Guo) in Peking University. Structure and Interpretation of Computer Programs(SICP) is used as textbook.

Language: Racket - Size: 7.26 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

ashishmax31/sicp-exercises

Wizard book exercises and problems solved in scheme

Language: Scheme - Size: 144 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

yowenter/HeadFirstPython

跟 Taoge 学 Python

Language: Jupyter Notebook - Size: 87.9 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 3

unindented/sicp-guile

SICP with Guile.

Language: Scheme - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 0

lidsol/seminario-lisp

Seminario dedicado al aprendizaje de la familia de lenguajes LISP

Last synced at: over 2 years ago - Stars: 4 - Forks: 0

ReverberationFromAbyss/SICP

Translation and Solution(maybe) for SICP, in Chinese

Language: Racket - Size: 166 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

cy-Yin/UCBerkeley-CS61A-Fall2023

This repo contains all the materials and solutions of UC Berkeley CS 61A fall semester 2023

Language: Python - Size: 53.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

codepiano/exercises

习题,scheme and the art of programming

Language: Scheme - Size: 116 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

xc42/Schemer

learn programming language theory and implementation by playing

Language: C++ - Size: 171 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

evarga/sicp-solutions

Solutions to exercises from the SICP book.

Language: Racket - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

evarga/im-sicp-solutions

Solutions to exercises from the Instructor's Manual that accompanies the SICP book.

Language: Racket - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Pagliacii/sicp-reg-machine

Register machine in SICP Chapter 5. Solve exercise 5.51.

Language: Rust - Size: 354 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

HyunggyuJang/SICP

SICP with Proof

Language: Scheme - Size: 3.47 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

codybartfast/sicp-ex5.51

A solution for SICP Exercise 5.51 - an interpreter that supports the scheme syntax and code from the book.

Language: C - Size: 7.24 MB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 3

codybartfast/sicp

Structure and Interpretaion of Computer Programs

Language: Scheme - Size: 8.7 MB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 4

postboy/sicp-homework 📦

Solutions for exercises from wizard book.

Language: Scheme - Size: 330 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 2

akash-akya/exscheme

Toy Scheme implementation in Elixir inspired by SICP

Language: Elixir - Size: 42 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Gnomeek/CS61Asp18

lab, project, and homework in CS61A spring18

Language: Python - Size: 14.1 MB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

mrseanryan/SICP

:nerd_face: some notes about the book SICP

Language: Racket - Size: 77.1 KB - Last synced at: 22 days ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

Olical/sicp

Studying SICP

Language: Scheme - Size: 238 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

fducroquet/sicp

My solutions to exercises from Structure and Interpretation of Computer Programs.

Language: Scheme - Size: 4.28 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

GHolk/sicp

reading sicp

Language: HTML - Size: 2.83 MB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

leihao1/cs61a

Structure and Interpretation of Computer Programs, Berkeley, Fall 2017

Language: Python - Size: 2.19 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

Rabinzon/old.sicp

SICP exercise solutions on Clojure

Language: Clojure - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 0

FredrikMeyer/jrad

ráð n (genitive singular ráðs, plural ráð) advice plan council

Language: Java - Size: 257 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

kwfcfc/SICP-Notes-and-Exercises

My self learning process of SICP (in MIT Scheme by Emacs)

Language: Scheme - Size: 13.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

patrickbucher/sicp

Structure and Interpretation of Computer Programs

Language: Scheme - Size: 1.04 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

orion-orion/TinyPy

🔨TinyPy是一个Python实现的迷你Python解释器,主要参考了巫师书(the Wizard Book)《SICP》和UC Berkeley的同名课程CS 61A。目前只支持Python算术表达式和lambda表达式的求值,后续会逐步添加更多功能。

Language: Python - Size: 582 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

mr150/pbsl

Functional library for manipulation of pairs-based data structures with Sass-like API

Language: TypeScript - Size: 69.3 KB - Last synced at: 22 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Excited-ccccly/playground

Try and Play!

Language: C++ - Size: 185 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

bor0/sicp

My solutions for SICP

Language: Scheme - Size: 104 KB - Last synced at: 25 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

eugercek/SICP-solutions

My solutions for Structure and Interpretation of Computer Programs

Language: Racket - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

phrimm136/Study

Everything I studied

Language: Scheme - Size: 3.56 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

PiroHiroPiro/sicp

A repository for learning the book "Structure and Interpretation of Computer Programs".

Language: Racket - Size: 80.1 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

oleksmarkh/sicp-exercises 📦

:books: studying the "Structure and Interpretation of Computer Programs" book

Language: Scheme - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

Dimanaux/racket-sicp-2

My solutions for exercises of the second chapter of SICP

Language: Racket - Size: 56.6 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

mihaiolteanu/metacircular

SICP's metacircular evaluator in C

Language: C - Size: 92.8 KB - Last synced at: 2 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

akash-akya/sicp-exercises

My attempt at solving sicp exercises

Language: Scheme - Size: 163 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

davlxd/sicp-ex

SICP exercises

Language: Scheme - Size: 223 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 2

UZIhuhuhu/SICP-exercise

exercise in SICP

Language: Racket - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

outcastgeek/grilled_chicken

Exploring Chicken Scheme

Language: Scheme - Size: 6.84 KB - Last synced at: 1 day ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

zyfoolboy/SicpExercise

🚩Sicp练习解答

Language: Scheme - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

jiakai0419/SICP

Learning SICP

Language: Scheme - Size: 102 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

letroot/sicp-solutions

SICP solutions

Language: Scheme - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: almost 9 years ago - Stars: 2 - Forks: 0

v-kolesnikov/sicp-generator

Exercise generator for SICP

Language: Clojure - Size: 2.93 KB - Last synced at: 2 days ago - Pushed at: about 9 years ago - Stars: 2 - Forks: 0

chefmarvin/Learning-SICP

SICP practice

Language: Scheme - Size: 426 KB - Last synced at: about 1 year ago - Pushed at: over 10 years ago - Stars: 2 - Forks: 1