Skip to content

robinovitch61/sicp-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

sicp-solutions

This is all the SICP solutions from http://community.schemewiki.org/?SICP-Solutions in a single PDF.

To regenerate:

  1. Install wkhtmltopdf

  2. Setup Python by installing:

pip install requests beautifulsoup4 pdfkit pypdf
  1. Temporarily change file limit for current shell (may be different on different OS's)
ulimit -n 10240
  1. Run python generate.py

Releases

No releases published

Packages

No packages published

Languages