All Projects → soulomoon → SICP

soulomoon / SICP

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

Programming Languages

scheme
763 projects
racket
414 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SICP

Competitive-Programming-Solutions
COMPETITIVE PROGRAMMING PRACTICE QUESTIONS
Stars: ✭ 28 (-68.54%)
Mutual labels:  practice
ethereumjs-account
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 45 (-49.44%)
Mutual labels:  schema
practicesharp
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
Stars: ✭ 27 (-69.66%)
Mutual labels:  practice
formily
Simple, lightweight, and flexible schema-based form for Vue.js
Stars: ✭ 23 (-74.16%)
Mutual labels:  schema
granate
Code generator for graphql
Stars: ✭ 21 (-76.4%)
Mutual labels:  schema
doc-us
A MySQL Schema Documentation Generator for Laravel.
Stars: ✭ 33 (-62.92%)
Mutual labels:  schema
really-rich-results
RRR makes structured data for WordPress really rich, and really easy.
Stars: ✭ 21 (-76.4%)
Mutual labels:  schema
GPE-Helper
🚑 GPE 小幫手-拯救你我的程式檢定考試
Stars: ✭ 40 (-55.06%)
Mutual labels:  practice
avro turf
A library that makes it easier to use the Avro serialization format from Ruby.
Stars: ✭ 130 (+46.07%)
Mutual labels:  schema
openapi
GitHub's official OpenAPI spec with Octokit extensions
Stars: ✭ 24 (-73.03%)
Mutual labels:  schema
faker-schema
Generate fake data using joke2k's faker and your own schema
Stars: ✭ 91 (+2.25%)
Mutual labels:  schema
NoSE
👃 Automated schema design for NoSQL applications
Stars: ✭ 25 (-71.91%)
Mutual labels:  schema
Verilog-Practice
HDLBits website practices & solutions
Stars: ✭ 316 (+255.06%)
Mutual labels:  practice
pocket-cms
☁️ A pocket sized CMS written for nodejs
Stars: ✭ 13 (-85.39%)
Mutual labels:  schema
schema-registry
📙 json & avro http schema registry backed by Kafka
Stars: ✭ 23 (-74.16%)
Mutual labels:  schema
FA
Репозиторий практик факультета ИТиАБД направления Прикладной Информатики в Финансовом Университете при Правительстве РФ
Stars: ✭ 26 (-70.79%)
Mutual labels:  practice
open-api-mocker
A mock server based in OpenAPI Specification
Stars: ✭ 58 (-34.83%)
Mutual labels:  schema
lc-spring-data-r2dbc
An extension of spring-data-r2dbc to provide features such as relationships, joins, cascading save/delete, lazy loading, sequence, schema generation, composite id
Stars: ✭ 30 (-66.29%)
Mutual labels:  schema
micro-joi
A Joi wrapper for zeit/micro
Stars: ✭ 46 (-48.31%)
Mutual labels:  schema
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (-68.54%)
Mutual labels:  practice

SICP

Short for the wizard book < Structure and Interpretation of Computer Programs >
For better reading experience, you can find html version here:
Structure and Interpretation of Computer Programs
Here is the place I keep and display my practices for SICP

Credit and resources

Environment

Most of the practice done here is tested with drracket

  • meta header #lang planet neil/sicp,
  • some with #lang racket or #lang sicp,
  • if without #lang line, I am setting the language to SICP in the left corner (it only shows up if you have ran #lang planet neil/sicp before).

All source code from the book

You can find all the code from the book here AlltheCode

Contribution

Welcome to give PRs to fix any error

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].