Last active
April 21, 2023 17:08
-
-
Save lockie/92de2610f22aca15448ab7acbaa6d4de 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
(proclaim | |
'(optimize (speed 3) (safety 0) (debug 0) (compilation-speed 0) (space 0))) | |
(ql:quickload (list :sdl2 :cl-liballegro)) | |
(require :sdl2) | |
(require :cl-liballegro) | |
(princ 'liballegro) | |
(disassemble #'al:map-rgb) | |
(disassemble #'al:clear-to-color) | |
(princ 'sdl2) | |
(disassemble #'sdl2:set-render-draw-color) | |
(disassemble #'sdl2-ffi.functions:sdl-set-render-draw-color) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output from SBCL 2.3.2 on GNU/Linux x86_64: