Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
f9b1ee87
Commit
f9b1ee87
authored
9 years ago
by
matthieupeeters
Browse files
Options
Downloads
Patches
Plain Diff
Fix link to run-program.lisp
parent
71206703
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uiop/README.md
+1
-1
1 addition, 1 deletion
uiop/README.md
with
1 addition
and
1 deletion
uiop/README.md
+
1
−
1
View file @
f9b1ee87
...
@@ -58,7 +58,7 @@ The files that constitute UIOP are, in dependency loading order:
...
@@ -58,7 +58,7 @@ The files that constitute UIOP are, in dependency loading order:
printing backtraces, handling fatal conditions, using or avoiding debug modes,
printing backtraces, handling fatal conditions, using or avoiding debug modes,
accessing command line arguments or quitting the process.
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.
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,
*
[
lisp-build
](
lisp-build.lisp
)
: portably compiles Common Lisp code, handles compilation results,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment