Skip to content

Instantly share code, notes, and snippets.

@lukego
Created May 6, 2021 10:09
Show Gist options
  • Save lukego/e6707cb121224a0d4092577d102a9690 to your computer and use it in GitHub Desktop.
Save lukego/e6707cb121224a0d4092577d102a9690 to your computer and use it in GitHub Desktop.
(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