Skip to content

Instantly share code, notes, and snippets.

View xach's full-sized avatar

Zach Beane xach

View GitHub Profile
@xach
xach / gist:5e623744fa4777159719619c9eabb4d5
Created February 2, 2018 20:46
Ubiquitous confusion
$ sbcl
This is SBCL 1.4.4, 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.
* (ql:quickload "ubiquitous")
@xach
xach / gist:fbde121fd139ca08a93c88742f89b9cb
Created January 17, 2018 02:17
cxml and asdf:test-system
;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
yes, using code points.
WARNING: System definition file #P"/Users/xach/quicklisp/dists/quicklisp/software/cxml-20110619-git/cxml.asd" contains definition for system "cxml-xml". Please only define "cxml" and secondary systems with a name starting with "cxml/" (e.g. "cxml/test") in that file.
WARNING: System definition file #P"/Users/xach/quicklisp/dists/quicklisp/software/cxml-20110619-git/cxml.asd" contains definition for system "cxml-dom". Please only define "cxml" and secondary systems with a name starting with "cxml/" (e.g. "cxml/test") in that file.
WARNING: System definition file #P"/Users/xach/quicklisp/dists/quicklisp/software/cxml-20110619-git/cxml.asd" contains definition for system "cxml-klacks". Please only define "cxml" and secondary systems with a name starting with "cxml/" (e.g. "cxml/test") in that file.
WARNING: System definition file #P"/Users/xach/quicklisp/dists/qu
### Keybase proof
I hereby claim:
* I am xach on github.
* I am xach (https://keybase.io/xach) on keybase.
* I have a public key whose fingerprint is 20EF 26C5 F3E7 43A4 F1BF DFC0 71CA 4AFE E032 13D2
To claim this, I am signing this object:
@xach
xach / scratch.lisp
Created June 6, 2011 00:13
Fitting a string into a predetermined width
;;;; scratch.lisp
(defpackage #:scratch
(:use #:cl #:vecto)
(:import-from #:zpb-ttf
#:xmin
#:xmax))
(in-package #:scratch)