# HG changeset patch # User Steve Losh # Date 1468693723 0 # Node ID b04e55924efdf75188a68e1b69b535ea2352b361 # Parent 7994d88dc84b2bbe85f85c4e54846f95bfa95c98 Update diff -r 7994d88dc84b -r b04e55924efd README.markdown --- a/README.markdown Sat Jul 16 01:35:05 2016 +0000 +++ b/README.markdown Sat Jul 16 18:28:43 2016 +0000 @@ -878,3 +878,12 @@ * Finished the Bones store split by splitting apart functor cells into functor and arity cell pairs. Now that I know this is going to work I'm excited for what I can do with Prolog/Lisp interop in the future. + +### 2016-07-16 + +* Started wrapping my head around the WAM's clause indexing. I think I mostly + understand the idea -- I'll need to let it roll around a bit before I try to + implement it though. + +* 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.