https://github.com/s3rius/sicp
https://github.com/s3rius/sicp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s3rius/sicp
- Owner: s3rius
- Created: 2019-04-08T22:29:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T16:35:44.000Z (about 7 years ago)
- Last Synced: 2025-10-08T01:57:04.676Z (8 months ago)
- Language: Scheme
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In current repo presented solutions for book written by Harold Abelson, Gerald Jay Sussman and Julie Sussman.
### Structure
One folder for one chapter.
In every folder you can find file called `code.scm`. This is the main file to run code for this chapter.
To run code for chapter N enter following:
```bash
rlwrap scheme
1]=> (load "chapterN/code.scm")
```
If code ran successfully, then you can see something like that:
```
-----------------------------
Chapter loading successfull.
-----------------------------
```