lame compile-time example added by lemonboy on Thu Jul 13 20:42:21 2017

(define-constant y
  ((lambda ()
     (print "This is the compiler speaking")
     42)))
(print y)