# HG changeset patch # User Steve Losh # Date 1471726208 0 # Node ID 2a4fab05b8788d2277ae2b467a75232fd57b58d5 # Parent 90ff43e88ba6f2fc4fc5e07008167c06cc84c766 Update diff -r 90ff43e88ba6 -r 2a4fab05b878 README.markdown --- a/README.markdown Sat Aug 20 13:23:15 2016 +0000 +++ b/README.markdown Sat Aug 20 20:50:08 2016 +0000 @@ -64,6 +64,7 @@ [beast]: http://bitbucket.org/sjl/beast [IRDC talks]: https://www.reddit.com/r/roguelikes/comments/4wwlx2/are_any_of_the_talks_from_the_recent_irdc_getting/ [New England Lisp Games Conference talks]: http://xelf.me/nelgc-videos.html +[bdd]: https://en.wikipedia.org/wiki/Binary_decision_diagram ## June 2016 @@ -1150,3 +1151,6 @@ ### 2016-08-20 * Finished the final episode of [Coding Math][]! +* Started playing around with [Binary Decision Diagrams][bdd]. Made a trivial + implementation and some code to build/eval them and draw them with Graphviz. + Watched part of Knuth's "Fun with BDDs" talk as inspiration.