Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 340 Bytes

sicp

My solutions to SICP exercises

Solutions are grouped by their chapters.

  • 1 - Chapter 1. Building Abstractions with Procedures
  • 2 - Chapter 2. Building Abstractions with Data
  • core.scm - frequently used utils
  • algo/* - algorithms
  • .vscode/tasks.js includes build script for vscode

mit-scheme package is required