Skip to content

Latest commit

 

History

History
94 lines (72 loc) · 3.07 KB

File metadata and controls

94 lines (72 loc) · 3.07 KB

Credits

한국어

Original Authors

SICP

SICM

FDG

scmutils (Scheme Mechanics)

  • MIT Scheme-based computer algebra system
  • Developed for SICM and FDG

Materials Used in This Repository

sicm/book (Book Content)

sicm/reference (Exercise Solutions)

sicm/my-solutions (Learning Notes Base)

  • Source: hnarayanan/sicm
  • Author: Harish Narayanan
  • SICM learning progress notes

fdg/book (FDG Materials)

sicp/book (SICP org-mode)

  • Source: sicp-org (fork)
  • Complete SICP book converted to org-mode
  • Code executable via Babel

sicp/info (Emacs info)

  • Source: sicp-info
  • Readable via Emacs built-in info reader

tools/emmy (Emmy Full Project)

essays (Road to Reality)

Related Projects

Emmy (formerly SICMUtils)

  • mentat-collective/emmy
  • Author: Sam Ritchie
  • Clojure-based computer algebra system
  • Modern reimplementation of scmutils
  • License: MIT

HTML Versions

  • tgvaughan/sicm
  • Author: Tim Vaughan
  • Beautiful HTML version using Andres Raba's SICP styling

Intellectual Lineage

"We stand on the shoulders of giants."

  • Seymour Papert - Logo, Constructionist Learning
  • Harold Abelson - SICP co-author
  • Gerald Sussman - Scheme, SICP, SICM
  • Sam Ritchie - Emmy, Modern Reinterpretation

Thanks to all these pioneers, we can now understand math and physics through code.