Skip to content

Nicerova7/Sicp-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure and Interpretation of Computer Programs - Lisp

SICP is a very well known text teaching the conceptual basis of programming...

A computational process is indeed much like a sorcerer’s idea of a spirit. It cannot be seen or touched. It is not composed of matter at all. However, it is very real. It can perform intellectual work. It can answer questions. It can affect the world by disbursing money at a bank or by controlling a robot arm in a factory.

About

Here is the scheme style guide

(define (p) (p))

(define (test x y)
 (if (= x 0)
 0
 y))

Find the 2nd edition of this book here

Sicp

About

Scheme to structure computer programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages