Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch to support abcl #9

Open
ctarbide opened this issue Dec 25, 2021 · 0 comments
Open

patch to support abcl #9

ctarbide opened this issue Dec 25, 2021 · 0 comments

Comments

@ctarbide
Copy link

Hi Lars, such a honor to talk to you, I am a huge fan.

This is just to let you know that abcl works nicely with forth-metacompiler and lbForth and is also simple to add support to:

diff --git a/lisp.sh b/lisp.sh
index fe724a0..c1a4b54 100755
--- a/lisp.sh
+++ b/lisp.sh
@@ -20,2 +20,3 @@ try wx86cl64 "--eval"
 try gcl "-eval"
+try abcl "--noinform --eval"

diff --git a/meta.lisp b/meta.lisp
index 6847ca8..45d0d63 100644
--- a/meta.lisp
+++ b/meta.lisp
@@ -65,2 +65,4 @@
   (lisp:bye)
+  #+abcl
+  (extensions:exit)
   #-(or sbcl clisp ecl ccl gcl)

Thank you.

--ctarbide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant