ba3e1b31d19e
Update
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Tue, 05 Jul 2016 00:50:24 +0000 | 
| parents | 8641da7e9062 | 
| children | 878bb6238413 | 
| branches/tags | (none) | 
| files | README.markdown | 
Changes
--- a/README.markdown Mon Jul 04 18:03:56 2016 +0000 +++ b/README.markdown Tue Jul 05 00:50:24 2016 +0000 @@ -475,3 +475,6 @@ feels a lot more like work. * Poked around in `#lisp` and `#sbcl` to clear up some performance-related questions I had about Lisp arrays. I have exciting new ideas for [Bones][]. +* Added anonymous variables and the `*_void` instructions to [Bones][]. This + was more difficult than I anticipated, but part of it was a bunch of + refactoring that had to happen along the way.