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