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
Container registry
Model registry
Operate
Environments
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
Hugo Ishimaru
asdf
Commits
0ee1f21e
Commit
0ee1f21e
authored
10 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Forward-port some comments from the master branch.
parent
feaa17e9
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
tools/install-asdf.lisp
+7
-3
7 additions, 3 deletions
tools/install-asdf.lisp
with
7 additions
and
3 deletions
tools/install-asdf.lisp
+
7
−
3
View file @
0ee1f21e
":"
; exec cl-launch "$0" "$@" # -*- Lisp -*-
":"
; exec cl-launch "$0" "$@" # -*- Lisp -*-
#|
#|
Usage: ./tools/asdf-tools install-asdf lispworks
Usage: make && ./tools/asdf-tools install-asdf lispworks
or l=lispworks ./tools/asdf-tools install-asdf
or make && l=lispworks ./tools/asdf-tools install-asdf
or make && cl-launch -l lispworks bin/install-asdf-as-module
or make
sbcl # or otherwise start your Lisp
(load "bin/install-asdf-as-module")
This script will install the current version of ASDF
This script will install the current version of ASDF
as a module pre-compiled for your implementation,
as a module pre-compiled for your implementation,
...
@@ -18,7 +22,7 @@ It notably doesn't work on:
...
@@ -18,7 +22,7 @@ It notably doesn't work on:
Also, MKCL now delivers UIOP separately from ASDF, which is great,
Also, MKCL now delivers UIOP separately from ASDF, which is great,
but requires support. Happily, both ECL and MKCL tend to sport
but requires support. Happily, both ECL and MKCL tend to sport
a recent ASDF 3, too.
a recent ASDF 3, too.
* SBCL since 1.2.
2
now like MKCL delivers UIOP separately from ASDF.
* SBCL since 1.2.
3
now like MKCL delivers UIOP separately from ASDF.
* mocl, that doesn't support ASDF 3 yet.
* mocl, that doesn't support ASDF 3 yet.
* Corman Lisp, RMCL, Genera, that are obsolete anyway.
* Corman Lisp, RMCL, Genera, that are obsolete anyway.
...
...
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