Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lisp-invocation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
qitab
lisp-invocation
Commits
567ec111
Commit
567ec111
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
1.0.9: tweaks for Allegro
parent
0db565f8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
allegro-variants.lisp
+1
-1
1 addition, 1 deletion
allegro-variants.lisp
implementations.lisp
+1
-1
1 addition, 1 deletion
implementations.lisp
lisp-invocation.asd
+1
-1
1 addition, 1 deletion
lisp-invocation.asd
with
3 additions
and
3 deletions
allegro-variants.lisp
+
1
−
1
View file @
567ec111
...
...
@@ -37,7 +37,7 @@ REGISTER-LISP-IMPLEMENTATION."
:fullname
,
fullname
:name
,
(
native-namestring
(
subpathname
dir
executable
))
:feature
:allegro
;; do we want a more discriminating feature expression?
:flags
'
(
"-qq"
)
:flags
(
"-qq"
)
:eval-flag
"-e"
:load-flag
"-L"
;; :quit-flags ("-kill")
...
...
This diff is collapsed.
Click to expand it.
implementations.lisp
+
1
−
1
View file @
567ec111
...
...
@@ -32,7 +32,7 @@ Not supported at all are:
(
define-lisp-implementation
(
:allegro
:acl
)
()
:fullname
"Allegro CL"
:name
"alisp"
:name
"alisp"
;; on Windows, you might prefer the Win32 console application build.exe, which seems to be an mlisp variant ("modern" syntax)
:feature
:allegro
:flags
(
"-qq"
)
; -q only ? on windows, +c ? On Allegro 5 and earlier, -Q and/or -QQ ?
:eval-flag
"-e"
...
...
This diff is collapsed.
Click to expand it.
lisp-invocation.asd
+
1
−
1
View file @
567ec111
...
...
@@ -13,7 +13,7 @@
(
error
"ASDF 3.1.2 required"
))
(
defsystem
"lisp-invocation"
:version
"1.0.
8
"
:version
"1.0.
9
"
:author
(
"Francois-Rene Rideau"
)
:maintainer
"Francois-Rene Rideau"
:licence
"MIT"
...
...
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