deaaa26b7266

Add more Lisp projects
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Apr 2020 13:10:31 -0400
parents 7f2b33e2a7cc
children c635f15b37c1
branches/tags (none)
files content/projects.markdown

Changes

--- a/content/projects.markdown	Wed Mar 25 18:44:48 2020 -0400
+++ b/content/projects.markdown	Sat Apr 18 13:10:31 2020 -0400
@@ -12,12 +12,15 @@
 These are projects that I'm actively maintaining (for now).  I'll accept patches
 for them when I have the time.
 
+* [adopt](https://docs.stevelosh.com/adopt/) is **a** **d**amn **opt**ion parser for Common Lisp.
 * [badwolf](https://github.com/sjl/badwolf/) is a Vim color scheme.
 * [beast](https://docs.stevelosh.com/beast/) is a Basic Entity/Aspect/System Toolkit for Common Lisp.
+* [bobbin](https://docs.stevelosh.com/bobbin/) is a string-wrapping library 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://docs.stevelosh.com/cl-digraph/) is a simple directed graph implementation for Common Lisp.
 * [cl-ggp](https://docs.stevelosh.com/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-netpbm](https://docs.stevelosh.com/cl-netpbm/) is a pure Common Lisp library for reading and writing the [netpbm image formats (PPM, PGM, and PBM)](https://en.wikipedia.org/wiki/Netpbm_format).
 * [cl-pcg](https://docs.stevelosh.com/cl-pcg/) is a [permuted congruential generator](http://www.pcg-random.org/) implementation in pure Common Lisp.
 * [clam.vim](https://github.com/sjl/clam.vim) is a lightweight Vim plugin for working with shell commands.
 * [d](https://docs.stevelosh.com/d/) is a tool for writing documentation in Markdown.