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
Jan Moringen
asdf
Commits
049ca8cf
Commit
049ca8cf
authored
Mar 30, 2016
by
François-René Rideau
Browse files
Merge pull request #3 from matthieupeeters/patch-1
Fix link to run-program.lisp
parents
76f55bbb
f9b1ee87
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/README.md
View file @
049ca8cf
...
...
@@ -58,7 +58,7 @@ The files that constitute UIOP are, in dependency loading order:
printing backtraces, handling fatal conditions, using or avoiding debug modes,
accessing command line arguments or quitting the process.
*
[
run-program
](
program.lisp
)
: portably spawns external processes and captures their output.
*
[
run-program
](
run-
program.lisp
)
: portably spawns external processes and captures their output.
Can also capture error-output, inject input, or let it all be interactive.
*
[
lisp-build
](
lisp-build.lisp
)
: portably compiles Common Lisp code, handles compilation results,
...
...
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