# HG changeset patch # User Steve Losh # Date 1468716498 0 # Node ID 7ec2ff4278a4c13b23251292fbdad81d23f179a0 # Parent 010b424d78ebe58cd58996be69f5154af446df55 Update diff -r 010b424d78eb -r 7ec2ff4278a4 README.markdown --- a/README.markdown Sat Jul 16 22:08:06 2016 +0000 +++ b/README.markdown Sun Jul 17 00:48:18 2016 +0000 @@ -46,6 +46,8 @@ [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/ +[99 Prolog Problems]: http://www.ic.unicamp.br/~meidanis/courses/mc336/2009s2/prolog/problemas/ + ## June 2016 @@ -897,3 +899,7 @@ I was pleasantly surprised to see that cl-charms just worked right out of the box, even inside neovim's terminal emulator. + +* Ported a few of my solutions to [99 Prolog Problems][] from Prolog over to + Bones as unit tests. I found one bug in Bones itself from them, and I expect + they'll be good to have as test cases in the future.