--- a/content/projects.markdown Mon Dec 18 17:29:20 2017 -0500
+++ b/content/projects.markdown Mon Dec 18 17:36:52 2017 -0500
@@ -22,6 +22,7 @@
* [badwolf](https://github.com/sjl/badwolf/) is a Vim color scheme.
* [beast](https://sjl.bitbucket.io/beast/) is a Basic Entity/Aspect/System Toolkit for Common Lisp.
+* [chancery](https://github.com/sjl/chancery/) is a library for procedurally generating text in Common Lisp, heavily inspired by [Tracery](http://tracery.io).
* [cl-digraph](https://sjl.bitbucket.io/cl-digraph/) is a simple directed graph implementation for Common Lisp.
* [cl-ggp](https://sjl.bitbucket.io/cl-ggp/) is a tiny framework for writing GGP players in Common Lisp.
* [cl-losh](https://github.com/sjl/cl-losh/) is my utility belt library for Common Lisp.
@@ -43,8 +44,6 @@
These are projects I'm poking around with which may or may not ever see the
light of day. You shouldn't use them for anything important (yet).
-* [chancery](https://github.com/sjl/chancery/) is a library for procedurally generating text in Common Lisp, heavily inspired by [Tracery](http://tracery.io).
-* [cl-nrepl](https://github.com/sjl/cl-nrepl) is a bare-bones NREPL server for Common Lisp.
* [temperance](https://sjl.bitbucket.io/temperance/) is a logic programming library for Common Lisp.
* [vex](https://github.com/sjl/vex/) is yet another vector math library for Common Lisp.
@@ -107,6 +106,7 @@
* [bookmarkdown](https://sjl.bitbucket.io/) was an experimental tool for writing books in Markdown.
* [Caves of Clojure](https://github.com/sjl/caves) was the code for a series of blog posts I did about writing a roguelike in Clojure.
* [cherryflavoredbugseverywhere](https://bitbucket.org/sjl/cherryflavoredbugseverywhere/) was a Bugs Everywhere web UI written with CherryPy.
+* [cl-nrepl](https://github.com/sjl/cl-nrepl) was a bare-bones NREPL server for Common Lisp.
* [django-hoptoad](https://github.com/sjl/django-hoptoad) was a Django plugin for sending exceptions to Hoptoad.
* [grabtweets](https://bitbucket.org/sjl/grabtweets/src) was a brute-force utility for backing up your tweets.
* [newseasons](https://github.com/sjl/newseasons) was a simple Clojure webapp for notifying users when new seasons of their favorite TV shows hit iTunes.