#!/usr/local/bin/sbcl --script (format t "hello, world") (print (+ 2 3)) (+ 2 3)