# HG changeset patch # User Steve Losh # Date 1482947419 18000 # Node ID fa42e28f21e50a219a9446808156a80241fe99ea # Parent 78b32a9a02c3dce9c8bb8e08e08792b59f771b07 Update projects diff -r 78b32a9a02c3 -r fa42e28f21e5 content/projects/index.markdown --- a/content/projects/index.markdown Wed Dec 28 12:47:42 2016 -0500 +++ b/content/projects/index.markdown Wed Dec 28 12:50:19 2016 -0500 @@ -21,7 +21,6 @@ * [badwolf](https://github.com/sjl/badwolf/) is a Vim color scheme. * [beast](https://sjl.bitbucket.org/beast/) is a Basic Entity/Aspect/System Toolkit for Common Lisp. -* [bookmarkdown](https://sjl.bitbucket.org/) is an experimental tool for writing books in Markdown. * [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. @@ -32,9 +31,9 @@ * [gdl.vim](https://github.com/sjl/gdl.vim) is a Vim plugin for writing GDL files. * [gundo.vim](http://sjl.bitbucket.org/gundo.vim/) is a Vim plugin to visualize your undo tree. * [hg-prompt](https://bitbucket.org/sjl/hg-prompt/) is a Mercurial plugin to view repository information, designed to be used in a shell prompt. -* [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) is a book about Vimscript. [peat](https://github.com/sjl/peat) repeats shell commands. +* [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. +* [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. @@ -78,17 +77,19 @@ a snapshot of a moment in time. * [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. * [mazes](https://github.com/sjl/mazes) is some Common Lisp code written while I worked through the book Mazes for Programmers. * [silt2](http://stevelosh.com/blog/2016/08/lisp-jam-postmortem/) was my entry in the August 2016 Lisp Game Jam. * [silt](https://stevelosh.com/blog/2015/12/ludum-dare-34/) was my entry in Ludum Dare 34. * [ymir](http://ymir.stevelosh.com/) is a Wisp/Javascript terrain generation demo. -* [zen](https://github.com/sjl/zen) was a throwaway roguelike non-game in Clojure. +* [zen](https://github.com/sjl/zen) was a throwaway roguelikelike non-game in Clojure. ## Deprecated/Abandoned These are projects I started but no longer feel are useful to the world at large. I won't delete them from the internet, but please don't use them. +* [bookmarkdown](https://sjl.bitbucket.org/) 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. * [django-hoptoad](https://github.com/sjl/django-hoptoad) was a Django plugin for sending exceptions to Hoptoad.