#!/usr/local/bin/sbcl --script (let ((foo 10) (bar 20)) (+ foo bar))