Last active
July 15, 2023 10:33
-
-
Save kozo2/df5ab8e42710ae0b0291 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/src/iron-maiden-cl$ make | |
gcc -shared -o iron-maiden.so -fPIC iron-maiden.c | |
sbcl --eval '(progn (ql:quickload :clx) (ql:quickload :cl-ppcre) (quit))' | |
This is SBCL 1.1.14.debian, an implementation of ANSI Common Lisp. | |
More information about SBCL is available at <http://www.sbcl.org/>. | |
SBCL is free software, provided as is, with absolutely no warranty. | |
It is mostly in the public domain; some portions are provided under | |
BSD-style licenses. See the CREDITS and COPYING files in the | |
distribution for more information. | |
debugger invoked on a SB-INT:SIMPLE-READER-PACKAGE-ERROR in thread | |
#<THREAD "main thread" RUNNING {1002A8B403}>: | |
Package QL does not exist. | |
Line: 1, Column: 19, File-Position: 19 | |
Stream: #<SB-IMPL::STRING-INPUT-STREAM {1002A924F3}> | |
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL. | |
restarts (invokable by number or by possibly-abbreviated name): | |
0: [CONTINUE] Ignore runtime option --eval "(progn (ql:quickload :clx) (ql:quickload :cl-ppcre) (quit))". | |
1: [ABORT ] Skip rest of --eval and --load options. | |
2: Skip to toplevel READ/EVAL/PRINT loop. | |
3: [EXIT ] Exit SBCL (calling #'EXIT, killing the process). | |
(SB-IMPL::READ-TOKEN #<SB-IMPL::STRING-INPUT-STREAM {1002A924F3}> #\q) | |
0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment