Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/