hoseong511 / sicp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structure and Interpretation of Computer Programs(SICP)

  • Racket : Download & Documentation link

  • MIT/GNU scheme : Download & Documentation link

    • if m1 mac, use rosetta link
  • How to load

     > mit-scheme
     MIT/GNU Scheme running under OS X
     Type `^C' (control-C) followed by `H' to obtain information about interrupts.
    
     Copyright (C) 2020 Massachusetts Institute of Technology
     This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS
     FOR A PARTICULAR PURPOSE.
    
     Image saved on Sunday March 7, 2021 at 3:24:56 PM
     Release 11.2 || SF || LIAR/x86-64
    
     1 ]=> (cf "xxx.scm")
     1 ]=> (load "xxx.com")

About


Languages

Language:Scheme 100.0%