Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qitab
lisp-invocation
Commits
66185bc5
Commit
66185bc5
authored
May 25, 2015
by
Francois-Rene Rideau
Browse files
Tweak example.
parent
accd08ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
66185bc5
...
@@ -19,8 +19,8 @@ and extract its output.
...
@@ -19,8 +19,8 @@ and extract its output.
(uiop:run-program
(uiop:run-program
(lisp-invocation:lisp-invocation-arglist
(lisp-invocation:lisp-invocation-arglist
:implementation-type impl
:implementation-type impl
:eval (format nil "(progn (format t
\"~~{~~31R~~^ ~~}~~%\"
'~S) ~A)"
:eval (format nil "(progn (format t
~S
'~S) ~A)"
'(595756 9556552524 643802 496307950)
"~{~31R~^ ~}~%"
'(595756 9556552524 643802 496307950)
(lisp-invocation:quit-form :code 0 :implementation-type impl)))
(lisp-invocation:quit-form :code 0 :implementation-type impl)))
:output :string))
:output :string))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment