# HG changeset patch # User Steve Losh # Date 1469300988 0 # Node ID fe1ee10e4040483d2364b0f66cd04c7cb8884243 # Parent 5881c76e018458bbc447c4a03eeec453913aa238 Update diff -r 5881c76e0184 -r fe1ee10e4040 README.markdown --- a/README.markdown Sat Jul 23 16:18:43 2016 +0000 +++ b/README.markdown Sat Jul 23 19:09:48 2016 +0000 @@ -961,3 +961,8 @@ [getting two birds stoned at once](https://www.youtube.com/watch?v=pXEm08dsQOc). * More [WebGL Fundamentals][]. +* Another section of [ANCG][]. It's slow going, but mostly because I'm trying + to do other things along the way. For example, I wrote a `frequencies` + function that does the same as Clojure's `frequencies` so I could test my + results, and to do that I wrote a little [iterate][] driver too. Lots of + naked yaks.