Added notes

This commit is contained in:
Justin Ethier 2015-05-22 01:20:46 -04:00
parent a2c511a29b
commit a4aeaaf1d3

View file

@ -1724,8 +1724,11 @@
; compute index of result that is after any libs that lib imports ; compute index of result that is after any libs that lib imports
; compute index of result that is before any libs that import lib ; compute index of result that is before any libs that import lib
; if there is a 'hole' then insert lib into result in that space ; if there is a 'hole' then insert lib into result in that space
; otherwise, throw an error (unfortunate but best we can do right now) ; otherwise, throw an error (unfortunate but will identify problems)
; TODO: helper function - (list-insert-at! lis obj k)
;
;
; (let* ((result '()) ; (let* ((result '())
; (add-result! ; (add-result!
; (lambda (name) ; (lambda (name)
@ -1767,6 +1770,11 @@
; base read eval (base has no deps and is already there, nothing to do) ; base read eval (base has no deps and is already there, nothing to do)
; base read eval lib2 lib1 (lib1's 'stuff' added at the end) ; base read eval lib2 lib1 (lib1's 'stuff' added at the end)
;; END Library section ;; END Library section
; Suitable definitions for the cell functions: ; Suitable definitions for the cell functions: