# HG changeset patch # User Steve Losh # Date 1468610011 0 # Node ID 6a625688cda5a43716a90a31255775c7d845e208 # Parent 5d3b8e0dc29491ba5b4434603192a4a894d2e704 Update diff -r 5d3b8e0dc294 -r 6a625688cda5 README.markdown --- a/README.markdown Fri Jul 15 14:08:25 2016 +0000 +++ b/README.markdown Fri Jul 15 19:13:31 2016 +0000 @@ -862,3 +862,8 @@ Everything always breaks all the time because programming, especially graphics/GUI programming, is a dumpster fire. I should just never update anything ever. A fucking lab mouse would have learned by now. + +* Added support for arbitrary Lisp objects in the [Bones][] heap, and hooked it + up for numbers for now. This is the first real Lisp/Prolog interop I've got, + which is pretty cool. It also means I can excise the stupid number-munging + code from [Hype][].