All Projects → adityaathalye → sicp

adityaathalye / sicp

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

Programming Languages

scheme
763 projects
racket
414 projects

Projects that are alternatives of or similar to sicp

eidea4
企业框架 scm erp wms
Stars: ✭ 53 (+211.76%)
Mutual labels:  scm
BLives
Blives is a campus APP
Stars: ✭ 22 (+29.41%)
Mutual labels:  study
bsu
🎓Repository for university labs on FAMCS, BSU
Stars: ✭ 91 (+435.29%)
Mutual labels:  study
Android-KeepLearning
Just for learning android well.
Stars: ✭ 23 (+35.29%)
Mutual labels:  study
Awesome-Human-Activity-Recognition
An up-to-date & curated list of Awesome IMU-based Human Activity Recognition(Ubiquitous Computing) papers, methods & resources. Please note that most of the collections of researches are mainly based on IMU data.
Stars: ✭ 72 (+323.53%)
Mutual labels:  study
houbb.github.io
🧀The blog for github pages.
Stars: ✭ 20 (+17.65%)
Mutual labels:  study
young-examples
java学习和项目中一些典型的应用场景样例代码
Stars: ✭ 21 (+23.53%)
Mutual labels:  study
a-cnn-roadmap
A reading roadmap of CNN and Deep Learning basics.
Stars: ✭ 33 (+94.12%)
Mutual labels:  study
Interview
程序员代码面试指南C++版,更新中
Stars: ✭ 110 (+547.06%)
Mutual labels:  study
ohloh scm
The Ohloh source control management library
Stars: ✭ 58 (+241.18%)
Mutual labels:  scm
sicp-logic
A Clojure implementation of the logic programming language from chapter 4 of SICP
Stars: ✭ 62 (+264.71%)
Mutual labels:  sicp
guide-to-becoming
แหล่งรวบรวมข้อมูลสำหรับคนที่อยากจะพัฒนาตัวเองในด้านต่างๆจากผู้เริ่มต้นสู่ระดับเทพ
Stars: ✭ 23 (+35.29%)
Mutual labels:  study
zkanji
Japanese language study suite and dictionary
Stars: ✭ 55 (+223.53%)
Mutual labels:  study
epam python autumn 2020
EPAM SPb autumn python course
Stars: ✭ 38 (+123.53%)
Mutual labels:  study
Commit
Commit message editor
Stars: ✭ 102 (+500%)
Mutual labels:  scm
ask-for-information
📚 Daegu Software Meister High School Wikipedia
Stars: ✭ 28 (+64.71%)
Mutual labels:  study
sustainable-cities-online-courses
My path to a free self-taught education in Sustainable Cities!
Stars: ✭ 15 (-11.76%)
Mutual labels:  study
19.5-rookies
2021 Rookies 세미나
Stars: ✭ 50 (+194.12%)
Mutual labels:  study
dagshub-branch-source-plugin
Jenkins plugin for using DAGsHub as a source for multibranch projects
Stars: ✭ 12 (-29.41%)
Mutual labels:  scm
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (+111.76%)
Mutual labels:  study

README

Starting documentation of my SICP study.

File naming convention

Filenames starting with "ch" are chapter examples, typed for practice. e.g. ch1-1-7-square-roots.scm is the study in Chapter 1.1.7, of calculating square roots with Newton's successive approximation method.

Filenames starting with "ex" are my attempts to solve exercise problems. e.g. ex1-01-read-and-eval-expressions.scm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].