#!/usr/local/bin/sbcl --script (sb-ext:run-program "/bin/sh" (list "-c" "echo 'main(){ puts( \"Look on my Works, ye Mighty, and despair!\\nNothing beside remains. Round the decay\\nOf that colossal Wreck, boundless and bare\\nThe lone and level sands stretch far away.\" ); }'|/usr/local/bin/tcc -run -;") :output *standard-output*)