(define llvm:compile-ir-and-print (lambda (ir-string) (print-full-nq ir-string) (llvm:compile-ir ir-string)))