View map.lisp
This file contains 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
(mapcar (lambda (release) | |
(mapcar (lambda (system-file) | |
(relative-to release system-file)) | |
(system-files release))) | |
(provided-releases t)) |
View bodge-nanovg.txt
This file contains 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
$ "git" "clone" "--recursive" "--branch" "stable" "https://github.com/borodust/bodge-nanovg.git" | |
Cloning into 'bodge-nanovg'... | |
remote: Enumerating objects: 107, done. | |
remote: Counting objects: 100% (107/107), done. | |
remote: Compressing objects: 100% (59/59), done. | |
remote: Total 463 (delta 69), reused 80 (delta 45), pack-reused 356 | |
Receiving objects: 100% (463/463), 1.02 MiB | 4.54 MiB/s, done. | |
Resolving deltas: 100% (319/319), done. | |
Submodule 'lib/glad' (https://github.com/borodust/bodge-glad.git) registered for path 'lib/glad' | |
Submodule 'nanovg' (https://github.com/borodust/nanovg.git) registered for path 'lib/nanovg' |
View failures.txt
This file contains 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
Cloning into '/home/quicklisp/quicklisp-controller/upstream-cache/vcs/cl-gambol/9ac48ce675fa9ed0c1d9c5d63138ff2e'... | |
remote: Invalid username or password. | |
fatal: Authentication failed for 'https://github.com/thezerobit/cl-gambol.git/' | |
abort: HTTP Error 404: Not Found | |
Cloning into '/home/quicklisp/quicklisp-controller/upstream-cache/vcs/cl-libdsfmt/31d860f4b09585a9aa71bd852facbfb6'... | |
remote: Invalid username or password. | |
fatal: Authentication failed for 'https://github.com/macdavid313/cl-libdsfmt.git/' | |
Cloning into '/home/quicklisp/quicklisp-controller/upstream-cache/vcs/clon/6a739919820a7fc9e91c6f71c76337ef'... | |
fatal: unable to access 'http://quotenil.com/git/clon.git/': Failed to connect to quotenil.com port 80: Connection timed out | |
Cloning into '/home/quicklisp/quicklisp-controller/upstream-cache/vcs/clx-cursor/260a446fe8a80f61108771d51f8434b9'... |
View bike-wtf.txt
This file contains 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
; compiling file "/home/quicklisp/quicklisp-controller/dist/build-cache/bike/9b3226071cf82b50a349d501031b1a8908ac0e18/bike-20191224-git/src/object.lisp" (written 05 OCT 2019 04:09:13 AM): | |
; compiling (IN-PACKAGE #:BIKE) | |
; compiling (DEFCONSTANT +TYPE-CODE-EMPTY+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-OBJECT+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-DB-NULL+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-BOOLEAN+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-CHAR+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-SBYTE+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-BYTE+ ...) | |
; compiling (DEFCONSTANT +TYPE-CODE-INT16+ ...) |
View issue.net
This file contains 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
Debian GNU/Linux 10 |
View odd-symbols.lisp
This file contains 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
(defun odd-symbols () | |
(labels ((lambda-list-keyword (s) | |
(member s lambda-list-keywords)) | |
(standard-declaration (s) | |
(member s '(ignore | |
ignorable | |
dynamic-extent | |
special | |
type ftype | |
optimize |
View warno.lisp
This file contains 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
;;;; warno.asd | |
(asdf:defsystem #:warno | |
:serial t | |
:depends-on (#:zs3) | |
:components ((:file "warno"))) | |
;;;; warno.lisp |
View gist:ff3ada01d8efa7cb4ca4ab7c76ae5e74
This file contains 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
The value | |
NIL | |
is not of type | |
HASH-TABLE | |
when binding HASH-TABLE | |
[Condition of type TYPE-ERROR] | |
Restarts: | |
0: [CONTINUE] Skip flow block returning nil | |
1: [USE-VALUE] Skip flow block returning provided value |
View gist:0be462f298eb7af9de03f55f94196224
This file contains 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
(in-package :cl-user) | |
(defvar *black* (gamekit:vec4 0 0 0 1)) | |
(gamekit:defgame example () ()) | |
#+nil | |
(defmethod gamekit:draw ((this example)) | |
(gamekit:draw-text "Hello, Gamedev!" (gamekit:vec2 0.0 0.0))) |
View gist:ec046b1ee93a9204df82
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am quicklisp on github. | |
* I am quicklisp (https://keybase.io/quicklisp) on keybase. | |
* I have a public key whose fingerprint is D7A3 489D DEFE 32B7 D0E7 CC61 3079 65AB 028B 5FF7 | |
To claim this, I am signing this object: |