Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olical/sicp
Studying SICP
https://github.com/olical/sicp
computer-science lisp mit-scheme scheme sicp unlicense
Last synced: about 1 month ago
JSON representation
Studying SICP
- Host: GitHub
- URL: https://github.com/olical/sicp
- Owner: Olical
- License: unlicense
- Created: 2016-08-28T13:59:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T22:21:34.000Z (over 6 years ago)
- Last Synced: 2024-11-09T16:40:53.862Z (3 months ago)
- Topics: computer-science, lisp, mit-scheme, scheme, sicp, unlicense
- Language: Scheme
- Homepage:
- Size: 238 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SICP
My work from studying [Structure and Interpretation of Computer Programs][sicp]. I use [mit-scheme][].
## Author
[Oliver Caldwell][author-site] ([@OliverCaldwell][author-twitter])
## Unlicenced
Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.
>This is free and unencumbered software released into the public domain.
>
>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.Do what you want. Learn as much as you can. Unlicense more software.
[unlicense]: http://unlicense.org/
[author-site]: https://oli.me.uk/
[author-twitter]: https://twitter.com/OliverCaldwell
[sicp]: https://mitpress.mit.edu/sicp/
[mit-scheme]: https://www.gnu.org/software/mit-scheme/