chiark
/
gitweb
/
~mdw
/
runlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lib.c: Make `search_recursive' be static, as it should be.
[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*)