7ec2ff4278a4

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Jul 2016 00:48:18 +0000
parents 010b424d78eb
children c3927a600883
branches/tags (none)
files README.markdown

Changes

--- 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.