--- a/content/links/index.markdown Fri Jan 13 12:54:56 2017 +0000
+++ b/content/links/index.markdown Fri Jan 13 22:22:49 2017 +0000
@@ -16,6 +16,7 @@
* [Subreddits](#subreddits)
* [Tools](#tools)
* [Game Development Beginner Resources](#game-development-beginner-resources)
+* [Common Lisp Utility Libraries](#common-lisp-utility-libraries)
Blogs
-----
@@ -60,3 +61,40 @@
* [Land of Lisp](http://landoflisp.com/): A book about writing video games with Lisp. Unfortunately it's starting to bitrot, but it can still be a fun read if you're specifically interested in Lisp.
* [Learn to Code by Making Games](https://www.udemy.com/unitycourse/): A Udemy course about making video games with Unity. It's not free, but it's worth the price.
* [Programming Guide for Video Games](http://ithare.com/programming-guide-for-video-gamers/): A page of links to even more resources for beginners.
+
+Common Lisp Utility Libraries
+-----------------------------
+
+Anyone who writes enough Common Lisp eventually seems to end making their own
+library of useful stuff (myself included).
+
+If you want to write a portable library for other people to use, *please* don't
+make the world download your own personal utility library. But they're great
+for your own projects that no one else is ever going to use, and it's really fun
+to peek at other people's utility libraries. I personally like printing them
+out and reading them on the bus.
+
+* [ahungry-fleece](https://github.com/ahungry/ahungry-fleece/)
+* [alexandria](https://gitlab.common-lisp.net/alexandria/alexandria)
+* [cl-jpl-util](https://www.thoughtcrime.us/software/cl-jpl-util/)
+* [cl-losh](https://github.com/sjl/cl-losh)
+* [clutils](https://github.com/rudolfochrist/clutils)
+* [de.setf.utility](https://github.com/lisp/de.setf.utility)
+* [fare-utils](https://gitlab.common-lisp.net/frideau/fare-utils)
+* [incf-cl](https://github.com/jmbr/incf-cl)
+* [jarw.html](http://www.jarw.org.uk/lisp/jarw.html)
+* [kmrcl](https://github.com/plops/kmrcl)
+* [m-util](https://github.com/Noeda/m-util)
+* [metatilities-base](https://github.com/gwkkwg/metatilities-base)
+* [metatilities](https://github.com/gwkkwg/metatilities)
+* [monkeylib-utilities](https://github.com/gigamonkey/monkeylib-utilities)
+* [net.axity.common-lisp.utilities](https://git.axity.net/axion/net.axity.common-lisp.utilities)
+* [pergamum](https://github.com/deepfire/pergamum)
+* [quickutil](https://github.com/tarballs-are-good/quickutil)
+* [rs-cll](https://github.com/ralph-schleicher/rs-cll)
+* [s-utils](https://github.com/svenvc/s-utils)
+* [serapeum](https://github.com/TBRSS/serapeum)
+* [toolbox](https://github.com/smithzvk/toolbox)
+* [toolbox](https://github.com/smithzvk/toolbox)
+* [utils-kt](https://github.com/kennytilton/utils-kt)
+