Created
May 6, 2021 10:09
-
-
Save lukego/e6707cb121224a0d4092577d102a9690 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
(with-output-to-emacs (s) | |
(loop for y from 0 to 500 by 100 do | |
(loop for x from 0 to 500 by 100 do | |
(with-output-as-presentation (s (alexandria:random-elt (list-all-packages)) t) | |
(draw-circle* s x y 40 :ink (make-contrasting-inks 8 (random 8))))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment