136ab0cfe5cb

Update projects
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Jan 2017 11:58:22 +0000
parents bb255a85884a
children 7f37101bdab8
branches/tags (none)
files content/projects/index.markdown

Changes

--- a/content/projects/index.markdown	Fri Jan 13 11:53:26 2017 +0000
+++ b/content/projects/index.markdown	Fri Jan 13 11:58:22 2017 +0000
@@ -24,7 +24,6 @@
 * [cl-digraph](https://sjl.bitbucket.org/cl-digraph/) is a simple directed graph implementation for Common Lisp.
 * [cl-ggp](http://sjl.bitbucket.org/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.
-* [cl-nrepl](https://github.com/sjl/cl-nrepl) is a bare-bones NREPL server for Common Lisp.
 * [clam.vim](https://github.com/sjl/clam.vim) is a lightweight Vim plugin for working with shell commands.
 * [d](http://sjl.bitbucket.org/d/) is a tool for writing documentation in Markdown.
 * [friendly-find](https://github.com/sjl/friendly-find) is a friendlier `find(1)`.
@@ -34,10 +33,19 @@
 * [peat](https://github.com/sjl/peat) repeats shell commands.
 * [sand](https://github.com/sjl/sand) is my personal Common Lisp sandbox.
 * [strftimedammit.vim](https://github.com/sjl/strftimedammit.vim) is a single Vim documentation file that lists `strftime`-like formatting characters for a variety of languages.
-* [temperance](http://sjl.bitbucket.org/temperance/) is a logic programming library for Common Lisp.
 * [t](https://github.com/sjl/t) is a command-line todo list manager for people that want to finish tasks, not organize them.
 * [vim-bencode](https://bitbucket.org/sjl/vim-bencode) is a Vim plugin to handle encoding/decoding Bencoded data.
 
+## Under Development
+
+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](http://sjl.bitbucket.org/temperance/) is a logic programming library for Common Lisp.
+* [vex](https://github.com/sjl/vex/) is yet another vector math library for Common Lisp.
+
 ## Looking for Maintainers
 
 These projects are ones that I started but no longer have the time or motivation
@@ -76,6 +84,7 @@
 These are projects that are finished.  I have no plans to update them — they're
 a snapshot of a moment in time.
 
+* [@git\_commands](http://twitter.com/git_commands) is a Twitter bot that tweets randomly-generated git commands twice a day, and is still more coherent than git's actual UI.  Made with [Cheap Bots Done Quick](http://cheapbotsdonequick.com).
 * [antipodes](http://github.com/sjl/antipodes/) was my entry in the first Icelandic Game Industry game jam.
 * [cl-chip8](https://github.com/sjl/cl-chip8) is a CHIP-8 emulator written in Common Lisp.  I wrote a series of blog posts about it.
 * [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) is a book about Vimscript.