New version.
[runlisp] / bench / t.lisp
1 #! /usr/bin/runlisp
2
3 (format t "Hello from ~A!~%~
4 Script = `~A'~%~
5 Arguments = (~{`~A'~^, ~})~%"
6 (lisp-implementation-type)
7 (uiop:argv0)
8 uiop:*command-line-arguments*)