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
567ec111
Commit
567ec111
authored
Jun 30, 2015
by
Francois-Rene Rideau
Browse files
1.0.9: tweaks for Allegro
parent
0db565f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
allegro-variants.lisp
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")
...
...
implementations.lisp
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"
...
...
lisp-invocation.asd
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"
...
...
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