Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panadestein/solved-sicp
Solutions to the SICP problems
https://github.com/panadestein/solved-sicp
racket scheme sicp-solutions
Last synced: 22 days ago
JSON representation
Solutions to the SICP problems
- Host: GitHub
- URL: https://github.com/panadestein/solved-sicp
- Owner: Panadestein
- License: mit
- Created: 2022-01-08T19:48:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T14:49:14.000Z (about 1 year ago)
- Last Synced: 2025-01-09T21:12:44.383Z (26 days ago)
- Topics: racket, scheme, sicp-solutions
- Language: Racket
- Homepage: https://panadestein.github.io/solved-sicp/
- Size: 6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
#+TITLE: SICP solutions
#+AUTHOR: Panadestein#+BEGIN_HTML
#+END_HTML* Preface
This repo contains my solutions to problems in "Structure and Interpretation of Computer Programs" ([[https://sarabander.github.io/sicp/html/][SICP]]).
The goal is to offer a comprehensive and clean set of answers to this seminal book in computer science.* Technical Choices
The solutions are organized and presented in a visually appealing manner,
and can be viewed either directly in the source code or on the automatically generated [[https://panadestein.github.io/solved-sicp/][website]].
Initially, I considered using =org-mode= with =org-babel= for this project,
but I ultimately chose to use [[https://docs.racket-lang.org/scribble/index.html][scribble]] and the [[https://racket-lang.org][Racket]] ecosystem.
This decision was driven by my desire to also use Scheme for generating the solution's website.* Contributions welcome
While the pursuit of knowledge is oftentimes a solitary endeavor, the sharing of insights elevates
it to the sublime. Feel free to contribute, critique, or engage in intellectual discourse
through issues and pull requests.