Giter VIP home page Giter VIP logo

sicp's Introduction

Description

Setup

Since the course uses a custom scheme library, I've decided to do a dual setup.

Book

  • For the book, the idea was to have something bare bone, as close to MIT scheme as possible, but with better editor support / REPL, etc..
  • Eventually, I came across Guile and stucked to it
  • Minor difference I've noticed so far is in terms of guile not providing a nil object
    • instead just use '() as recommended by the book later on

Course

  • The course requires the berkeley library
  • They do provide an old code to the library in the archive above, but loading that straight away fails in every scheme implementation I've tried
  • Eventually, I found this repo with really awesome instructions
  • Basically, they have adapted the code in a racket library
  • Install racket, then:
raco pkg install --auto berkeley
raco pkg install --auto planet-dyoo-simply-scheme1
  • then you can use whatever editor and using berkeley's scheme library is as easy as:
(require berkeley)

Emacs

Structure

  • CS61A skips some exercises and also switches the orders from the first chapter
  • Because of that I've split the course and book materials
  • all exercises from the book (asked or not in CS61A), are inside book
  • exercises from the course (homeworks / projects / midterms) are in CS61A

sicp's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.