# HG changeset patch # User Steve Losh # Date 1468706886 0 # Node ID 010b424d78ebe58cd58996be69f5154af446df55 # Parent b04e55924efdf75188a68e1b69b535ea2352b361 Update diff -r b04e55924efd -r 010b424d78eb README.markdown --- a/README.markdown Sat Jul 16 18:28:43 2016 +0000 +++ b/README.markdown Sat Jul 16 22:08:06 2016 +0000 @@ -44,6 +44,8 @@ [Paredit]: https://github.com/vim-scripts/paredit.vim [PAIP]: http://www.amazon.com/dp/1558601910/?tag=stelos-20 [policy-cond]: https://bitbucket.org/tarballs_are_good/policy-cond +[cl-charms]: https://github.com/HiTECNOLOGYs/cl-charms +[Silt]: http://stevelosh.com/blog/2015/12/ludum-dare-34/ ## June 2016 @@ -887,3 +889,11 @@ * Went through and removed `defstar` from [Bones][] entirely because apparently the fucking thing is GPL'ed. This is why we can't have nice things. + +* Made a tiny little ncurses demo with [cl-charms][] in my [sandbox][]. I'm + thinking about porting [Silt][] to Common Lisp for the [August 2016 Lisp Game + Jam](https://itch.io/jam/august-2016-lisp-game-jam), so I figured I should + make sure things actually work before the jam starts. + + I was pleasantly surprised to see that cl-charms just worked right out of the + box, even inside neovim's terminal emulator.