Can't eval this from within compiled code added by alaricsp on Thu Aug 15 14:09:59 2013

(begin
  (import chicken)
  (import scheme)
  (use srfi-1)
  (use data-structures)
  (use srfi-69)
  (cons (vector (lambda (x) x)) (lambda () (begin))))

Error: unbound variable: use

Why is "use" unbound?!?!?