(delay exp)
; Returns a promise to evaluate exp
; in current environment

(force promise)
; Returns the value of exp in the
; original environment