fc26c1c090dd
Publish
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 17 Mar 2021 12:09:53 -0400 |
parents | a9d8b7a86226 |
children | adb24692cb3d |
branches/tags | (none) |
files | content/blog/2021/03/small-common-lisp-cli-programs.markdown |
Changes
--- a/content/blog/2021/03/small-common-lisp-cli-programs.markdown Tue Mar 16 23:15:35 2021 -0400 +++ b/content/blog/2021/03/small-common-lisp-cli-programs.markdown Wed Mar 17 12:09:53 2021 -0400 @@ -1,7 +1,7 @@ (:title "Writing Small CLI Programs in Common Lisp" :snip "Somewhere between tiny shell scripts and full projects." - :date "2021-03-17T16:00:00Z" - :draft t) + :date "2021-03-17T16:10:00Z" + :draft nil) I write a lot of command-line programs. For tiny programs I usually go with the typical UNIX approach: throw together a half-assed shell script and move on.