summaryrefslogtreecommitdiffstats
path: root/ps07_amb/load.scm
blob: 5a0c783b9d5be73e00e56802473312942702f4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
;; Fun with Continuations
(load "funco")

;; AMB Scheme extensions
(load "stack-queue")
(load "ambsch")

;; AMB Examples from SICP
(load "examples")

':have-fun!