#!/usr/local/bin/sbcl --script (defun greet (name) `(hello ,name)) (greet("a"))