#!/usr/local/bin/sbcl --script (defun hello-world () (format t "hello, world")) (hello-world)