#!/usr/local/bin/sbcl --script (defun first-name (name) (first name)) (first-name '(Sunil Kumar))